From b968a3f1982000f0650139301aff517c638224dc Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 21 Mar 2024 09:09:50 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/informatievlaanderen/building-registry/compare/v3.108.0...v4.0.0) (2024-03-21) ### Features * move to dotnet 8.0.2 ([8887980](https://github.com/informatievlaanderen/building-registry/commit/888798044e55886ce587832191a835dbe2f0d68f)) ### BREAKING CHANGES * move to dotnet 8.0.2 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e88423a..7de0778a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/informatievlaanderen/building-registry/compare/v3.108.0...v4.0.0) (2024-03-21) + + +### Features + +* move to dotnet 8.0.2 ([8887980](https://github.com/informatievlaanderen/building-registry/commit/888798044e55886ce587832191a835dbe2f0d68f)) + + +### BREAKING CHANGES + +* move to dotnet 8.0.2 + # [3.108.0](https://github.com/informatievlaanderen/building-registry/compare/v3.107.0...v3.108.0) (2024-03-20) diff --git a/package-lock.json b/package-lock.json index fa6462678..06ec00d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "3.108.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "3.108.0", + "version": "4.0.0", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 0c77ce7a1..d85147a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "3.108.0", + "version": "4.0.0", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",