diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cae48..eb2c3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.0.0...v1.0.1) (2024-03-20) + + +### Bug Fixes + +* update main workflow ([8246d79](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/8246d797ef5a9140ac8cf57d5f31e9519b0e4c9f)) +* update main workflow ([d911e0f](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/d911e0f0dedae0e5b440e75361bce6029da21d69)) + # 1.0.0 (2024-03-19) diff --git a/package-lock.json b/package-lock.json index a7d4168..b0a2f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry-kbo-mutations", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "association-registry-kbo-mutations", - "version": "1.0.0", + "version": "1.0.1", "license": "EUPL-1.2", "dependencies": { "acorn": "^8.11.3", diff --git a/package.json b/package.json index 7312edb..39c1284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry-kbo-mutations", - "version": "1.0.0", + "version": "1.0.1", "description": "Association Registry KBO Mutations", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",