diff --git a/CHANGELOG.md b/CHANGELOG.md index cab3cb59..5f047d07 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.2](https://github.com/informatievlaanderen/parcel-registry/compare/v5.3.1...v5.3.2) (2024-05-29) + + +### Bug Fixes + +* remove all duplicate address links when detaching ([#785](https://github.com/informatievlaanderen/parcel-registry/issues/785)) ([8bccf09](https://github.com/informatievlaanderen/parcel-registry/commit/8bccf09eb3c8e42ae2356a27599bd87d02a3a00b)) + ## [5.3.1](https://github.com/informatievlaanderen/parcel-registry/compare/v5.3.0...v5.3.1) (2024-05-28) # [5.3.0](https://github.com/informatievlaanderen/parcel-registry/compare/v5.2.4...v5.3.0) (2024-05-28) diff --git a/package-lock.json b/package-lock.json index da98b281..ddd94273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parcel-registry", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parcel-registry", - "version": "5.3.1", + "version": "5.3.2", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 4b5f38c2..328250fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-registry", - "version": "5.3.1", + "version": "5.3.2", "description": "Reference parcel registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",