diff --git a/CHANGELOG.md b/CHANGELOG.md index db62b5c5..a8a7cb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/informatievlaanderen/postal-registry/compare/v5.0.0...v5.0.1) (2024-05-14) + + +### Bug Fixes + +* **ci:** release to new staging + add prd run version ([c5aafa8](https://github.com/informatievlaanderen/postal-registry/commit/c5aafa8af48fe433189fb63cb399abe7f355344b)) + # [5.0.0](https://github.com/informatievlaanderen/postal-registry/compare/v4.0.1...v5.0.0) (2024-04-05) diff --git a/package-lock.json b/package-lock.json index 6aa2173f..b76406a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "postal-registry", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "postal-registry", - "version": "5.0.0", + "version": "5.0.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 48e02dfc..6163d428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postal-registry", - "version": "5.0.0", + "version": "5.0.1", "description": "Reference postal information registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",