From 93abf2e18c220d8a56444c4df3ba8e451443a28c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 13:50:10 +0000 Subject: [PATCH] chore(release): 11.0.1 [skip ci] # [@adobe/helix-shared-config-v11.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.0...@adobe/helix-shared-config-v11.0.1) (2024-09-26) ### Bug Fixes * do not throw but provide errors ([#1002](https://github.com/adobe/helix-shared/issues/1002)) ([3cdd7ca](https://github.com/adobe/helix-shared/commit/3cdd7ca125dd30c69317494fe068b79dbcc980e0)) --- 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 56a63acb..73aade42 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.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v11.0.0...@adobe/helix-shared-config-v11.0.1) (2024-09-26) + + +### Bug Fixes + +* do not throw but provide errors ([#1002](https://github.com/adobe/helix-shared/issues/1002)) ([3cdd7ca](https://github.com/adobe/helix-shared/commit/3cdd7ca125dd30c69317494fe068b79dbcc980e0)) + # [@adobe/helix-shared-config-v11.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.6.9...@adobe/helix-shared-config-v11.0.0) (2024-09-25) diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index a7724777..02f11c3f 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.0", + "version": "11.0.1", "description": "Shared modules of the Helix Project - config", "main": "src/index.js", "types": "src/index.d.ts",