From 1c0a96b8a6ab04f79d6590273dbb831463510e99 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 7 Feb 2024 08:57:08 +0000 Subject: [PATCH] chore(release): 8.57.0 [skip ci] # [8.57.0](https://github.com/informatievlaanderen/association-registry/compare/v8.56.0...v8.57.0) (2024-02-07) ### Bug Fixes * email regular expression fine tuning ([3e6185d](https://github.com/informatievlaanderen/association-registry/commit/3e6185d3c85e3e20cff9d356f78d9523422efcf8)) * or-2088 replace email validation regular expression to be less restrictive ([3ffdb49](https://github.com/informatievlaanderen/association-registry/commit/3ffdb49fbd34ef035d9351986cefea737fbba50e)) ### Features * or-1282 update beheer zoeken ([f1cd64f](https://github.com/informatievlaanderen/association-registry/commit/f1cd64f1d4b25de3ac5cf8d9501024437dae3dd8)) * or-1282 update publiek detail ([c31db4d](https://github.com/informatievlaanderen/association-registry/commit/c31db4de834bbe6118ab5c6ca75d8030973b1a9f)) * or-1282 update publiek zoeken ([e2bc503](https://github.com/informatievlaanderen/association-registry/commit/e2bc50327d4744b506fb92f08542bdb2fc7b878e)) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3507540..e6bcb9fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [8.57.0](https://github.com/informatievlaanderen/association-registry/compare/v8.56.0...v8.57.0) (2024-02-07) + + +### Bug Fixes + +* email regular expression fine tuning ([3e6185d](https://github.com/informatievlaanderen/association-registry/commit/3e6185d3c85e3e20cff9d356f78d9523422efcf8)) +* or-2088 replace email validation regular expression to be less restrictive ([3ffdb49](https://github.com/informatievlaanderen/association-registry/commit/3ffdb49fbd34ef035d9351986cefea737fbba50e)) + + +### Features + +* or-1282 update beheer zoeken ([f1cd64f](https://github.com/informatievlaanderen/association-registry/commit/f1cd64f1d4b25de3ac5cf8d9501024437dae3dd8)) +* or-1282 update publiek detail ([c31db4d](https://github.com/informatievlaanderen/association-registry/commit/c31db4de834bbe6118ab5c6ca75d8030973b1a9f)) +* or-1282 update publiek zoeken ([e2bc503](https://github.com/informatievlaanderen/association-registry/commit/e2bc50327d4744b506fb92f08542bdb2fc7b878e)) + # [8.56.0](https://github.com/informatievlaanderen/association-registry/compare/v8.55.3...v8.56.0) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index 257c355e4..27d194848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.56.0", + "version": "8.57.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.56.0", + "version": "8.57.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index b83b1dad7..5e19ae43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.56.0", + "version": "8.57.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",