From e34aa05b54778c68b48805d73895e3c8461114ae Mon Sep 17 00:00:00 2001 From: release-bot Date: Sat, 12 Oct 2024 12:44:18 +0000 Subject: [PATCH] chore(release): 8.162.2 [skip ci] ## [8.162.2](https://github.com/informatievlaanderen/association-registry/compare/v8.162.1...v8.162.2) (2024-10-12) ### Bug Fixes * allow 5 minutes instead of one hour of access to the S3 bucket for publiek detail all" ([679f13d](https://github.com/informatievlaanderen/association-registry/commit/679f13d20301187374df5c01bb59a6e300736263)) * allow only 5 minutes for presigned url results for S3 ([32b7cf6](https://github.com/informatievlaanderen/association-registry/commit/32b7cf60ae016a082d8d51beed6e8e191f1cece4)) --- 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 e67c1ef2a..240cbfa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.162.2](https://github.com/informatievlaanderen/association-registry/compare/v8.162.1...v8.162.2) (2024-10-12) + + +### Bug Fixes + +* allow 5 minutes instead of one hour of access to the S3 bucket for publiek detail all" ([679f13d](https://github.com/informatievlaanderen/association-registry/commit/679f13d20301187374df5c01bb59a6e300736263)) +* allow only 5 minutes for presigned url results for S3 ([32b7cf6](https://github.com/informatievlaanderen/association-registry/commit/32b7cf60ae016a082d8d51beed6e8e191f1cece4)) + ## [8.162.1](https://github.com/informatievlaanderen/association-registry/compare/v8.162.0...v8.162.1) (2024-10-12) diff --git a/package-lock.json b/package-lock.json index 0eb950b3a..a63c6659a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "association-registry", - "version": "8.162.1", + "version": "8.162.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "association-registry", - "version": "8.162.1", + "version": "8.162.2", "license": "EUPL-1.2", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 75bf17d9b..589a9226e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "association-registry", - "version": "8.162.1", + "version": "8.162.2", "description": "Association registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",