From 3e97aec48f8d569f260906aadb6b28435b5f3152 Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 14 Jan 2025 12:27:14 +0000 Subject: [PATCH] chore(release): 8.195.1 [skip ci] ## [8.195.1](https://github.com/informatievlaanderen/association-registry/compare/v8.195.0...v8.195.1) (2025-01-14) ### Bug Fixes * or-2593 dont make corresponderendeVCodes empty when applying changes for beheer zoeken ([387dbd4](https://github.com/informatievlaanderen/association-registry/commit/387dbd455ae83da5e9b139d07abf152ce0cfaf64)) * or-2593 dont make hoofdactiviteiten empty when applying changes for duplicate detection ([d5d3ad3](https://github.com/informatievlaanderen/association-registry/commit/d5d3ad3556741b270817fe678e4a162b07d88111)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3601e6670..cd9e80712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.195.1](https://github.com/informatievlaanderen/association-registry/compare/v8.195.0...v8.195.1) (2025-01-14) + + +### Bug Fixes + +* or-2593 dont make corresponderendeVCodes empty when applying changes for beheer zoeken ([387dbd4](https://github.com/informatievlaanderen/association-registry/commit/387dbd455ae83da5e9b139d07abf152ce0cfaf64)) +* or-2593 dont make hoofdactiviteiten empty when applying changes for duplicate detection ([d5d3ad3](https://github.com/informatievlaanderen/association-registry/commit/d5d3ad3556741b270817fe678e4a162b07d88111)) + # [8.195.0](https://github.com/informatievlaanderen/association-registry/compare/v8.194.4...v8.195.0) (2025-01-13) diff --git a/package-lock.json b/package-lock.json index 83a09a9e4..4c9acba11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.195.0", + "version": "8.195.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.195.0", + "version": "8.195.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 512f02151..fb7ec50b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.195.0", + "version": "8.195.1", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",