From 62d91c064e9e9cfa22c75f82af2ca9741911d78f Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 23 Jan 2024 15:46:01 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.1.0...v1.1.1) (2024-01-23) ### Bug Fixes * add code comment docs per endpoint ([dcc1eee](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/dcc1eeef5d3d7b8f55078c6d15a5b65ce126cb5f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8eb42d..3a87c243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.1.0...v1.1.1) (2024-01-23) + + +### Bug Fixes + +* add code comment docs per endpoint ([dcc1eee](https://github.com/informatievlaanderen/basisregisters-integration-db/commit/dcc1eeef5d3d7b8f55078c6d15a5b65ce126cb5f)) + # [1.1.0](https://github.com/informatievlaanderen/basisregisters-integration-db/compare/v1.0.0...v1.1.0) (2024-01-23) diff --git a/package-lock.json b/package-lock.json index 53328c3f..1b3bbf58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "basisregisters-integration-db", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "basisregisters-integration-db", - "version": "1.1.0", + "version": "1.1.1", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 7653d5fa..2454d9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basisregisters-integration-db", - "version": "1.1.0", + "version": "1.1.1", "description": "Manages schema for Registry integration Db's.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",