diff --git a/CHANGELOG.md b/CHANGELOG.md index afc78ee..8e393eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.0.2...v1.0.3) (2024-03-20) + + +### Bug Fixes + +* update main workflow ([6e6074e](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/6e6074e766b8c72ab2336515c4e288f154447dfc)) + ## [1.0.2](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.0.1...v1.0.2) (2024-03-20) diff --git a/package-lock.json b/package-lock.json index e989e0a..1d2afc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry-kbo-mutations", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "association-registry-kbo-mutations", - "version": "1.0.2", + "version": "1.0.3", "license": "EUPL-1.2", "dependencies": { "acorn": "^8.11.3", diff --git a/package.json b/package.json index acae95f..5607450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry-kbo-mutations", - "version": "1.0.2", + "version": "1.0.3", "description": "Association Registry KBO Mutations", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",