diff --git a/CHANGELOG.md b/CHANGELOG.md index bd951099b..9b805bb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.54.1](https://github.com/informatievlaanderen/association-registry/compare/v8.54.0...v8.54.1) (2024-02-05) + + +### Bug Fixes + +* or-1282 retry semantic release ([#620](https://github.com/informatievlaanderen/association-registry/issues/620)) ([393c158](https://github.com/informatievlaanderen/association-registry/commit/393c158f0aa82e85ec55f2dde0692130f05b61cd)) + # [8.54.0](https://github.com/informatievlaanderen/association-registry/compare/v8.53.3...v8.54.0) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index e1a374d42..aab6e938f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.54.0", + "version": "8.54.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.54.0", + "version": "8.54.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index 9c0713742..4ec4fca89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.54.0", + "version": "8.54.1", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",