diff --git a/CHANGELOG.md b/CHANGELOG.md index 07073cf1..718e5623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.13](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.3.12...v1.3.13) (2024-02-20) + + +### Bug Fixes + +* build suspicious api image ([aea9dea](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/aea9dea1dd51536f91105c56e3a6df52523371e4)) + ## [1.3.12](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.3.11...v1.3.12) (2024-02-20) diff --git a/package-lock.json b/package-lock.json index 4691ff76..08d70e06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basisregisters-integration-db", - "version": "1.3.12", + "version": "1.3.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "basisregisters-integration-db", - "version": "1.3.12", + "version": "1.3.13", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index f885e4cd..96f9fca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basisregisters-integration-db", - "version": "1.3.12", + "version": "1.3.13", "description": "Manages schema for Registry integration Db's.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",