diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c91f36..0e1484af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.10](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.3.9...v1.3.10) (2024-02-19) + + +### Bug Fixes + +* bump to trigger build ([ebd5b9d](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/ebd5b9dfc129d087332fe5bd8641f5cc3b6b3c4d)) + ## [1.3.9](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.3.8...v1.3.9) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index 3dcae4cc..5257b682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basisregisters-integration-db", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "basisregisters-integration-db", - "version": "1.3.9", + "version": "1.3.10", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 12f9c633..79006bfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basisregisters-integration-db", - "version": "1.3.9", + "version": "1.3.10", "description": "Manages schema for Registry integration Db's.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",