From 434028beb639dc17cf8d18202d0e82e001b55d58 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 1 Mar 2023 16:11:05 +0000 Subject: [PATCH] chore(release): 4.4.1 [skip ci] ## [4.4.1](https://github.com/informatievlaanderen/municipality-registry/compare/v4.4.0...v4.4.1) (2023-03-01) ### Bug Fixes * response examples ([51af7f1](https://github.com/informatievlaanderen/municipality-registry/commit/51af7f1ef878970b0f0ea9f766f74bf82139b92d)) --- 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 b53d03b5..a58a8aa6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.1](https://github.com/informatievlaanderen/municipality-registry/compare/v4.4.0...v4.4.1) (2023-03-01) + + +### Bug Fixes + +* response examples ([51af7f1](https://github.com/informatievlaanderen/municipality-registry/commit/51af7f1ef878970b0f0ea9f766f74bf82139b92d)) + # [4.4.0](https://github.com/informatievlaanderen/municipality-registry/compare/v4.3.6...v4.4.0) (2023-03-01) diff --git a/package-lock.json b/package-lock.json index 48de65f3..23fab293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "municipality-registry", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "municipality-registry", - "version": "4.4.0", + "version": "4.4.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 89c0fe1d..83d64612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipality-registry", - "version": "4.4.0", + "version": "4.4.1", "description": "Reference municipality registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",