From 66b81388bb120c90d7ea3675475a2921143aeb8b Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 19 Oct 2023 11:38:26 +0000 Subject: [PATCH] chore(release): 1.312.20 [skip ci] ## [1.312.20](https://github.com/informatievlaanderen/organisation-registry/compare/v1.312.19...v1.312.20) (2023-10-19) ### Bug Fixes * OR-1955 add publish to nuget ([d7379c6](https://github.com/informatievlaanderen/organisation-registry/commit/d7379c66f8726a83c9264c6237f8ada863817bf5)) --- 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 db6ed78b8..3804291ff 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.312.20](https://github.com/informatievlaanderen/organisation-registry/compare/v1.312.19...v1.312.20) (2023-10-19) + + +### Bug Fixes + +* OR-1955 add publish to nuget ([d7379c6](https://github.com/informatievlaanderen/organisation-registry/commit/d7379c66f8726a83c9264c6237f8ada863817bf5)) + ## [1.312.19](https://github.com/informatievlaanderen/organisation-registry/compare/v1.312.18...v1.312.19) (2023-10-19) diff --git a/package-lock.json b/package-lock.json index 95ec0b838..256f65882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "organisation-registry", - "version": "1.312.19", + "version": "1.312.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "organisation-registry", - "version": "1.312.19", + "version": "1.312.20", "hasInstallScript": true, "license": "EUPL-1.2", "dependencies": { diff --git a/package.json b/package.json index 20d14a81a..97a33bd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.312.19", + "version": "1.312.20", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",