diff --git a/CHANGELOG.md b/CHANGELOG.md index b29ab7586..defb13f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.13.0](https://github.com/informatievlaanderen/building-registry/compare/v4.12.7...v4.13.0) (2024-08-22) + + +### Features + +* cleanup legacy api ([3a8084f](https://github.com/informatievlaanderen/building-registry/commit/3a8084fff55f6f992a6e8e65260e11df4ea62d52)) + ## [4.12.7](https://github.com/informatievlaanderen/building-registry/compare/v4.12.6...v4.12.7) (2024-08-22) diff --git a/package-lock.json b/package-lock.json index eaffb3327..691900b88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.12.7", + "version": "4.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.12.7", + "version": "4.13.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index d29f4f088..dfeab4867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.12.7", + "version": "4.13.0", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",