From 25379074cc094a323e808114e2e7187a3d1e33aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jan 2025 09:04:03 +0000 Subject: [PATCH] chore(release): 11.0.13 [skip ci] # [@adobe/helix-shared-config-v11.0.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.12...@adobe/helix-shared-config-v11.0.13) (2025-01-06) ### Bug Fixes * **deps:** update dependency ignore to v7 ([#1038](https://github.com/adobe/helix-shared/issues/1038)) ([539890f](https://github.com/adobe/helix-shared/commit/539890f5c83eb03078c135806ba385e0b9e7fb65)) --- packages/helix-shared-config/CHANGELOG.md | 7 +++++++ packages/helix-shared-config/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-config/CHANGELOG.md b/packages/helix-shared-config/CHANGELOG.md index 0605c524..26448304 100644 --- a/packages/helix-shared-config/CHANGELOG.md +++ b/packages/helix-shared-config/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-config-v11.0.13](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.12...@adobe/helix-shared-config-v11.0.13) (2025-01-06) + + +### Bug Fixes + +* **deps:** update dependency ignore to v7 ([#1038](https://github.com/adobe/helix-shared/issues/1038)) ([539890f](https://github.com/adobe/helix-shared/commit/539890f5c83eb03078c135806ba385e0b9e7fb65)) + # [@adobe/helix-shared-config-v11.0.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.11...@adobe/helix-shared-config-v11.0.12) (2025-01-04) diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 45226971..78037942 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-config", - "version": "11.0.12", + "version": "11.0.13", "description": "Shared modules of the Helix Project - config", "main": "src/index.js", "types": "src/index.d.ts",