From e2c8848825d0e1613d69f3e58fcfa17879a927fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 10:51:49 +0000 Subject: [PATCH] chore(release): 3.33.7 [skip ci] ## [3.33.7](https://github.com/adobe/helix-run-query/compare/v3.33.6...v3.33.7) (2024-10-21) ### Bug Fixes * **deps:** update external major (major) ([#1190](https://github.com/adobe/helix-run-query/issues/1190)) ([93dfad6](https://github.com/adobe/helix-run-query/commit/93dfad6772031bb3621041e88fc38be4f6335970)) --- 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 5ae10962..942fa37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.33.7](https://github.com/adobe/helix-run-query/compare/v3.33.6...v3.33.7) (2024-10-21) + + +### Bug Fixes + +* **deps:** update external major (major) ([#1190](https://github.com/adobe/helix-run-query/issues/1190)) ([93dfad6](https://github.com/adobe/helix-run-query/commit/93dfad6772031bb3621041e88fc38be4f6335970)) + ## [3.33.6](https://github.com/adobe/helix-run-query/compare/v3.33.5...v3.33.6) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index 746a8280..8c4d28b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-run-query", - "version": "3.33.6", + "version": "3.33.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-run-query", - "version": "3.33.6", + "version": "3.33.7", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", diff --git a/package.json b/package.json index 14513188..1c8002a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-run-query", - "version": "3.33.6", + "version": "3.33.7", "private": true, "description": "Helix Run Query", "main": "src/index.js",