From 8256b0a7c50b97976dc58e68f4e7735377e07bc2 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 27 Sep 2024 11:07:29 +0000 Subject: [PATCH] chore(release): 4.9.10 [skip ci] ## [4.9.10](https://github.com/informatievlaanderen/road-registry/compare/v4.9.9...v4.9.10) (2024-09-27) ### Bug Fixes * add healthcheck to integration tests ([#1548](https://github.com/informatievlaanderen/road-registry/issues/1548)) ([1e14f4a](https://github.com/informatievlaanderen/road-registry/commit/1e14f4a0deb629e0456c20feb1bcb87aacd0db09)) * healthcheck via pipeline ([#1549](https://github.com/informatievlaanderen/road-registry/issues/1549)) ([95b4c7d](https://github.com/informatievlaanderen/road-registry/commit/95b4c7d96e634460d713b9436a171d505e266f99)) --- 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 8c044ccc1..4a5e24d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.9.10](https://github.com/informatievlaanderen/road-registry/compare/v4.9.9...v4.9.10) (2024-09-27) + + +### Bug Fixes + +* add healthcheck to integration tests ([#1548](https://github.com/informatievlaanderen/road-registry/issues/1548)) ([1e14f4a](https://github.com/informatievlaanderen/road-registry/commit/1e14f4a0deb629e0456c20feb1bcb87aacd0db09)) +* healthcheck via pipeline ([#1549](https://github.com/informatievlaanderen/road-registry/issues/1549)) ([95b4c7d](https://github.com/informatievlaanderen/road-registry/commit/95b4c7d96e634460d713b9436a171d505e266f99)) + ## [4.9.9](https://github.com/informatievlaanderen/road-registry/compare/v4.9.8...v4.9.9) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index e35bc77f3..bf02d8a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "road-registry", - "version": "4.9.9", + "version": "4.9.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "road-registry", - "version": "4.9.9", + "version": "4.9.10", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index a865f2ed7..7062651cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "4.9.9", + "version": "4.9.10", "description": "Authentic base registry containing all road nodes and segments of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",