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",