From 891743b6f318eb7e2afedbcaab3b7fb42354642d Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 25 Jan 2024 09:54:35 +0000 Subject: [PATCH] chore(release): 8.52.0 [skip ci] # [8.52.0](https://github.com/informatievlaanderen/association-registry/compare/v8.51.0...v8.52.0) (2024-01-25) ### Features * or-1349 split duplicate detection ([#616](https://github.com/informatievlaanderen/association-registry/issues/616)) ([8595bb8](https://github.com/informatievlaanderen/association-registry/commit/8595bb8a07ecdfa6773b8642c5e41a6e3d0d8377)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28be4d58..39104e046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.52.0](https://github.com/informatievlaanderen/association-registry/compare/v8.51.0...v8.52.0) (2024-01-25) + + +### Features + +* or-1349 split duplicate detection ([#616](https://github.com/informatievlaanderen/association-registry/issues/616)) ([8595bb8](https://github.com/informatievlaanderen/association-registry/commit/8595bb8a07ecdfa6773b8642c5e41a6e3d0d8377)) + # [8.51.0](https://github.com/informatievlaanderen/association-registry/compare/v8.50.2...v8.51.0) (2024-01-25) diff --git a/package-lock.json b/package-lock.json index f224872f1..9b95d9e7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index e263adda0..62c9c1ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.51.0", + "version": "8.52.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",