From 713783a4ce2d849715385878a6fe28d477aeb67b Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 6 Aug 2024 08:21:37 +0000 Subject: [PATCH] chore(release): 4.12.2 [skip ci] ## [4.12.2](https://github.com/informatievlaanderen/building-registry/compare/v4.12.1...v4.12.2) (2024-08-06) ### Bug Fixes * add index for BuildingVersion.BuildingId ([8f7971a](https://github.com/informatievlaanderen/building-registry/commit/8f7971a8465c5669256ea20bba41031435aee147)) * add migration ([d1a5ab7](https://github.com/informatievlaanderen/building-registry/commit/d1a5ab71df260ce5335786cf3149987462a66c89)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9162c1a..df32b4c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.12.2](https://github.com/informatievlaanderen/building-registry/compare/v4.12.1...v4.12.2) (2024-08-06) + + +### Bug Fixes + +* add index for BuildingVersion.BuildingId ([8f7971a](https://github.com/informatievlaanderen/building-registry/commit/8f7971a8465c5669256ea20bba41031435aee147)) +* add migration ([d1a5ab7](https://github.com/informatievlaanderen/building-registry/commit/d1a5ab71df260ce5335786cf3149987462a66c89)) + ## [4.12.1](https://github.com/informatievlaanderen/building-registry/compare/v4.12.0...v4.12.1) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index 0eb8aface..18e7cf537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "building-registry", - "version": "4.12.1", + "version": "4.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "building-registry", - "version": "4.12.1", + "version": "4.12.2", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.2", diff --git a/package.json b/package.json index 6489ac842..8727ded0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "building-registry", - "version": "4.12.1", + "version": "4.12.2", "description": "Authentic base registry containing all buildings of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",