From 15058b9d0800ffa87be080688caa8d88d73a6503 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 14 Aug 2024 09:15:04 +0000 Subject: [PATCH] chore(release): 1.318.2 [skip ci] ## [1.318.2](https://github.com/informatievlaanderen/organisation-registry/compare/v1.318.1...v1.318.2) (2024-08-14) ### Bug Fixes * or-1394 use beschrijving field instead of code ([31f1b62](https://github.com/informatievlaanderen/organisation-registry/commit/31f1b62d035fffe9bcd48880928c310a575a1ad0)) * or-1394 use omschrijving field instead of code ([5c19283](https://github.com/informatievlaanderen/organisation-registry/commit/5c192838ae47a1a48f7e76d4efa9bd1c96a35153)) --- 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 f259a7757..e8db46428 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.318.2](https://github.com/informatievlaanderen/organisation-registry/compare/v1.318.1...v1.318.2) (2024-08-14) + + +### Bug Fixes + +* or-1394 use beschrijving field instead of code ([31f1b62](https://github.com/informatievlaanderen/organisation-registry/commit/31f1b62d035fffe9bcd48880928c310a575a1ad0)) +* or-1394 use omschrijving field instead of code ([5c19283](https://github.com/informatievlaanderen/organisation-registry/commit/5c192838ae47a1a48f7e76d4efa9bd1c96a35153)) + ## [1.318.1](https://github.com/informatievlaanderen/organisation-registry/compare/v1.318.0...v1.318.1) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index 13030b124..57d69d38c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "organisation-registry", - "version": "1.318.1", + "version": "1.318.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "organisation-registry", - "version": "1.318.1", + "version": "1.318.2", "hasInstallScript": true, "license": "EUPL-1.2", "dependencies": { diff --git a/package.json b/package.json index 0f5432f17..229a96c5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.318.1", + "version": "1.318.2", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",