From cecea218e655933de80f26f023cdd331914a7bc0 Mon Sep 17 00:00:00 2001 From: release-bot Date: Mon, 30 Sep 2024 12:47:54 +0000 Subject: [PATCH] chore(release): 1.8.1 [skip ci] ## [1.8.1](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.8.0...v1.8.1) (2024-09-30) ### Bug Fixes * use variables instead of secrets ([c36a440](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/c36a440b0913afce1be7e3a7649671a1a0b500a0)) * use variables instead of secrets inside main workflow ([6aae1bb](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/6aae1bb6f97d248c88c08732c837f232380ccc12)) --- 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 f48fb92..927c689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.1](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.8.0...v1.8.1) (2024-09-30) + + +### Bug Fixes + +* use variables instead of secrets ([c36a440](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/c36a440b0913afce1be7e3a7649671a1a0b500a0)) +* use variables instead of secrets inside main workflow ([6aae1bb](https://github.com/informatievlaanderen/association-registry-kbo-mutations/commit/6aae1bb6f97d248c88c08732c837f232380ccc12)) + # [1.8.0](https://github.com/informatievlaanderen/association-registry-kbo-mutations/compare/v1.7.0...v1.8.0) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index 9c8717b..e4b78af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry-kbo-mutations", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "association-registry-kbo-mutations", - "version": "1.8.0", + "version": "1.8.1", "license": "EUPL-1.2", "dependencies": { "acorn": "^8.11.3", diff --git a/package.json b/package.json index bcd5758..65dd2a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry-kbo-mutations", - "version": "1.8.0", + "version": "1.8.1", "description": "Association Registry KBO Mutations", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",