From b9be08d349b56d113eba88cb34832d53766bf815 Mon Sep 17 00:00:00 2001 From: release-bot Date: Mon, 30 Sep 2024 13:14:41 +0000 Subject: [PATCH] chore(release): 2.8.0 [skip ci] # [2.8.0](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v2.7.7...v2.8.0) (2024-09-30) ### Features * custom address matching for Maasmechelen and Pittem ([#136](https://github.com/informatievlaanderen/basisregisters-integration-db/issues/136)) ([7d7ecd4](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/7d7ecd426070585a74adc1ef2de70ccaa77d7930)) * don't export retired municipalities + clean up CRAB versions ([9e5e794](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/9e5e794c564ed710260cc520210b01d16bf23ed7)) --- 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 2608c81..af7f91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.8.0](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v2.7.7...v2.8.0) (2024-09-30) + + +### Features + +* custom address matching for Maasmechelen and Pittem ([#136](https://github.com/informatievlaanderen/basisregisters-integration-db/issues/136)) ([7d7ecd4](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/7d7ecd426070585a74adc1ef2de70ccaa77d7930)) +* don't export retired municipalities + clean up CRAB versions ([9e5e794](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/9e5e794c564ed710260cc520210b01d16bf23ed7)) + ## [2.7.7](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v2.7.6...v2.7.7) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index dd75591..365d121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basisregisters-integration-db", - "version": "2.7.7", + "version": "2.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "basisregisters-integration-db", - "version": "2.7.7", + "version": "2.8.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.3.0", diff --git a/package.json b/package.json index 5f025cd..e1b6f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basisregisters-integration-db", - "version": "2.7.7", + "version": "2.8.0", "description": "Manages schema for Registry integration Db's.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",