From 4f3d8a7c5546436a4232feb47414fd5db8fcda44 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 19 Jan 2024 08:45:10 +0000 Subject: [PATCH] chore(release): 8.43.0 [skip ci] # [8.43.0](https://github.com/informatievlaanderen/association-registry/compare/v8.42.4...v8.43.0) (2024-01-19) ### Features * or-1282 add jsonld for beheer detail ([a817f75](https://github.com/informatievlaanderen/association-registry/commit/a817f75df0a5765ec3b1e8f05c9ab71b7d5ec680)) * or-1282 add jsonLd for publiek zoeken ([9a6b342](https://github.com/informatievlaanderen/association-registry/commit/9a6b342f422a0738c8ed411a120c989c6d17e297)) * or-1282 jsonld for beheer zoeken ([cc3488d](https://github.com/informatievlaanderen/association-registry/commit/cc3488d2dd944fdb74da8e1ca020107b7d01e19c)) * or-1282 jsonLd for publiek detail ([d35f398](https://github.com/informatievlaanderen/association-registry/commit/d35f3985e040482d78025cb85d57174357a0fcfe)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561bae484..a4c5d940f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [8.43.0](https://github.com/informatievlaanderen/association-registry/compare/v8.42.4...v8.43.0) (2024-01-19) + + +### Features + +* or-1282 add jsonld for beheer detail ([a817f75](https://github.com/informatievlaanderen/association-registry/commit/a817f75df0a5765ec3b1e8f05c9ab71b7d5ec680)) +* or-1282 add jsonLd for publiek zoeken ([9a6b342](https://github.com/informatievlaanderen/association-registry/commit/9a6b342f422a0738c8ed411a120c989c6d17e297)) +* or-1282 jsonld for beheer zoeken ([cc3488d](https://github.com/informatievlaanderen/association-registry/commit/cc3488d2dd944fdb74da8e1ca020107b7d01e19c)) +* or-1282 jsonLd for publiek detail ([d35f398](https://github.com/informatievlaanderen/association-registry/commit/d35f3985e040482d78025cb85d57174357a0fcfe)) + ## [8.42.4](https://github.com/informatievlaanderen/association-registry/compare/v8.42.3...v8.42.4) (2024-01-18) diff --git a/package-lock.json b/package-lock.json index e717ea108..524472847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.42.4", + "version": "8.43.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.42.4", + "version": "8.43.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index 13b8cca6e..c3f546f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.42.4", + "version": "8.43.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",