From 2768a6f16cb72b92ae78ce7535bcfc5d3c357b80 Mon Sep 17 00:00:00 2001 From: release-bot Date: Mon, 27 Jan 2025 09:39:28 +0000 Subject: [PATCH] chore(release): 8.205.0 [skip ci] # [8.205.0](https://github.com/informatievlaanderen/association-registry/compare/v8.204.1...v8.205.0) (2025-01-27) ### Bug Fixes * or-2583 remove unused ref ([62a943a](https://github.com/informatievlaanderen/association-registry/commit/62a943a5a88c60814458bdc36e1a0b44013f74b6)) ### Features * or-2583 use configuration object ([36538d9](https://github.com/informatievlaanderen/association-registry/commit/36538d9a976df4c856762e63671c1d271b281bc4)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6df3882..52b41031d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [8.205.0](https://github.com/informatievlaanderen/association-registry/compare/v8.204.1...v8.205.0) (2025-01-27) + + +### Bug Fixes + +* or-2583 remove unused ref ([62a943a](https://github.com/informatievlaanderen/association-registry/commit/62a943a5a88c60814458bdc36e1a0b44013f74b6)) + + +### Features + +* or-2583 use configuration object ([36538d9](https://github.com/informatievlaanderen/association-registry/commit/36538d9a976df4c856762e63671c1d271b281bc4)) + ## [8.204.1](https://github.com/informatievlaanderen/association-registry/compare/v8.204.0...v8.204.1) (2025-01-24) diff --git a/package-lock.json b/package-lock.json index 2d1340936..13380335d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.204.1", + "version": "8.205.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.204.1", + "version": "8.205.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index dbdd60365..ba6cc186a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.204.1", + "version": "8.205.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",