diff --git a/packages/helix-shared-storage/CHANGELOG.md b/packages/helix-shared-storage/CHANGELOG.md index dbec9a5c..1d724078 100644 --- a/packages/helix-shared-storage/CHANGELOG.md +++ b/packages/helix-shared-storage/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-storage-v1.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-storage-v1.0.0...@adobe/helix-shared-storage-v1.0.1) (2024-05-14) + + +### Bug Fixes + +* **deps:** update dependency @smithy/node-http-handler to v3 ([#935](https://github.com/adobe/helix-shared/issues/935)) ([0b2d0af](https://github.com/adobe/helix-shared/commit/0b2d0af069bfc4d7b3a1e69ca24324b35115a8be)) + # @adobe/helix-shared-storage-v1.0.0 (2024-04-29) diff --git a/packages/helix-shared-storage/package.json b/packages/helix-shared-storage/package.json index a4bc4937..8d397493 100644 --- a/packages/helix-shared-storage/package.json +++ b/packages/helix-shared-storage/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-storage", - "version": "1.0.0", + "version": "1.0.1", "description": "Shared modules of the Helix Project - storage", "main": "src/index.js", "type": "module",