From b9ad709baf0394c83daec4a47e677422e8a49215 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 26 Jul 2024 09:45:18 +0000 Subject: [PATCH] chore(release): 1.317.1 [skip ci] ## [1.317.1](https://github.com/informatievlaanderen/organisation-registry/compare/v1.317.0...v1.317.1) (2024-07-26) ### Bug Fixes * or-2282 artifact could not be found ([11c08be](https://github.com/informatievlaanderen/organisation-registry/commit/11c08be713f0d190394a227523327def4d3c2383)) * or-2282 incorrect artifact upload download ([c8f3373](https://github.com/informatievlaanderen/organisation-registry/commit/c8f3373b72e33c46bce6d083df443a027a6c5c68)) * or-2282 upload artifact did not upload as archive ([5cf6009](https://github.com/informatievlaanderen/organisation-registry/commit/5cf60099335787a9dd07d2eedec2e9368630b899)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89efd6e07..d9d1447c3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.317.1](https://github.com/informatievlaanderen/organisation-registry/compare/v1.317.0...v1.317.1) (2024-07-26) + + +### Bug Fixes + +* or-2282 artifact could not be found ([11c08be](https://github.com/informatievlaanderen/organisation-registry/commit/11c08be713f0d190394a227523327def4d3c2383)) +* or-2282 incorrect artifact upload download ([c8f3373](https://github.com/informatievlaanderen/organisation-registry/commit/c8f3373b72e33c46bce6d083df443a027a6c5c68)) +* or-2282 upload artifact did not upload as archive ([5cf6009](https://github.com/informatievlaanderen/organisation-registry/commit/5cf60099335787a9dd07d2eedec2e9368630b899)) + # [1.317.0](https://github.com/informatievlaanderen/organisation-registry/compare/v1.316.2...v1.317.0) (2024-07-25) diff --git a/package-lock.json b/package-lock.json index 5ae105c77..2c88e16a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "organisation-registry", - "version": "1.317.0", + "version": "1.317.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "organisation-registry", - "version": "1.317.0", + "version": "1.317.1", "hasInstallScript": true, "license": "EUPL-1.2", "dependencies": { diff --git a/package.json b/package.json index a75521547..242071286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organisation-registry", - "version": "1.317.0", + "version": "1.317.1", "description": "Authentic organisation registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",