From 8b17f351804e52cb5fa7c737bc20c56f7f4179fe Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 15 Dec 2023 13:31:16 +0000 Subject: [PATCH] chore(release): 8.36.0 [skip ci] # [8.36.0](https://github.com/informatievlaanderen/association-registry/compare/v8.35.0...v8.36.0) (2023-12-15) ### Bug Fixes * OR-1349 add mapping to sln ([23846c5](https://github.com/informatievlaanderen/association-registry/commit/23846c55316890b044041c8c00a99d293849a5aa)) * OR-1349 remove folder from csproj ([5cc06a4](https://github.com/informatievlaanderen/association-registry/commit/5cc06a4a35203e00fe36ae308f41a8ce7c12c34a)) ### Features * or-1349 add security; delete views on rebuild ([66ca427](https://github.com/informatievlaanderen/association-registry/commit/66ca427239450888d6894962c5cffb430c0fc516)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255af973d..d8b84d01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [8.36.0](https://github.com/informatievlaanderen/association-registry/compare/v8.35.0...v8.36.0) (2023-12-15) + + +### Bug Fixes + +* OR-1349 add mapping to sln ([23846c5](https://github.com/informatievlaanderen/association-registry/commit/23846c55316890b044041c8c00a99d293849a5aa)) +* OR-1349 remove folder from csproj ([5cc06a4](https://github.com/informatievlaanderen/association-registry/commit/5cc06a4a35203e00fe36ae308f41a8ce7c12c34a)) + + +### Features + +* or-1349 add security; delete views on rebuild ([66ca427](https://github.com/informatievlaanderen/association-registry/commit/66ca427239450888d6894962c5cffb430c0fc516)) + # [8.35.0](https://github.com/informatievlaanderen/association-registry/compare/v8.34.1...v8.35.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index 28869ed22..ac57ffef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.35.0", + "version": "8.36.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.35.0", + "version": "8.36.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.0", diff --git a/package.json b/package.json index 9effb2428..316096db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.35.0", + "version": "8.36.0", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",