From 29c59517633b73b539972fe0c299c14d8f3aecfe Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 22 May 2024 09:34:04 +0000 Subject: [PATCH] chore(release): 5.2.2 [skip ci] ## [5.2.2](https://github.com/informatievlaanderen/parcel-registry/compare/v5.2.1...v5.2.2) (2024-05-22) ### Bug Fixes * bump grar.contracts ([6112454](https://github.com/informatievlaanderen/parcel-registry/commit/6112454ed91912f22126eb01755393c7b07cc59e)) * old readdress event should be handled in a single transaction ([ee7ca00](https://github.com/informatievlaanderen/parcel-registry/commit/ee7ca00ea4ff39aff7b6b9e3f2b076445914e8d1)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9657acb3..456809bb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.2.2](https://github.com/informatievlaanderen/parcel-registry/compare/v5.2.1...v5.2.2) (2024-05-22) + + +### Bug Fixes + +* bump grar.contracts ([6112454](https://github.com/informatievlaanderen/parcel-registry/commit/6112454ed91912f22126eb01755393c7b07cc59e)) +* old readdress event should be handled in a single transaction ([ee7ca00](https://github.com/informatievlaanderen/parcel-registry/commit/ee7ca00ea4ff39aff7b6b9e3f2b076445914e8d1)) + ## [5.2.1](https://github.com/informatievlaanderen/parcel-registry/compare/v5.2.0...v5.2.1) (2024-05-18) diff --git a/package-lock.json b/package-lock.json index 5d4f8a46..d4cb4597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parcel-registry", - "version": "5.2.1", + "version": "5.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parcel-registry", - "version": "5.2.1", + "version": "5.2.2", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 31517ab3..d624b08c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-registry", - "version": "5.2.1", + "version": "5.2.2", "description": "Reference parcel registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",