From 99bb6fa34f81b70c52cab35ad3413e7682e1532a Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 4 Dec 2024 08:35:49 +0000 Subject: [PATCH] chore(release): 4.29.1 [skip ci] ## [4.29.1](https://github.com/informatievlaanderen/address-registry/compare/v4.29.0...v4.29.1) (2024-12-04) ### Bug Fixes * register dbcontextfactory to municipality / postal modules ([9b8b5e3](https://github.com/informatievlaanderen/address-registry/commit/9b8b5e3d61961c5ce0df60ba6b0fd6ee2f37c53e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a73e2f8..e8fa3eaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.29.1](https://github.com/informatievlaanderen/address-registry/compare/v4.29.0...v4.29.1) (2024-12-04) + + +### Bug Fixes + +* register dbcontextfactory to municipality / postal modules ([9b8b5e3](https://github.com/informatievlaanderen/address-registry/commit/9b8b5e3d61961c5ce0df60ba6b0fd6ee2f37c53e)) + # [4.29.0](https://github.com/informatievlaanderen/address-registry/compare/v4.28.0...v4.29.0) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index 374071395..b1d5fa136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "address-registry", - "version": "4.29.0", + "version": "4.29.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "address-registry", - "version": "4.29.0", + "version": "4.29.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 092795c8b..8535575d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "address-registry", - "version": "4.29.0", + "version": "4.29.1", "description": "Authentic base registry containing all addresses of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",