diff --git a/packages/helix-shared-body-data/CHANGELOG.md b/packages/helix-shared-body-data/CHANGELOG.md index e78be7d5..da6b8193 100644 --- a/packages/helix-shared-body-data/CHANGELOG.md +++ b/packages/helix-shared-body-data/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-body-data-v2.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.0.0...@adobe/helix-shared-body-data-v2.0.1) (2023-02-22) + + +### Bug Fixes + +* prevent prototype pollution ([#765](https://github.com/adobe/helix-shared/issues/765)) ([b6d1677](https://github.com/adobe/helix-shared/commit/b6d16776b9e838c5b5fd856070de893d1546219a)) + # [@adobe/helix-shared-body-data-v2.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v1.1.20...@adobe/helix-shared-body-data-v2.0.0) (2023-01-31) diff --git a/packages/helix-shared-body-data/package.json b/packages/helix-shared-body-data/package.json index 3768849e..98213498 100644 --- a/packages/helix-shared-body-data/package.json +++ b/packages/helix-shared-body-data/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-body-data", - "version": "2.0.0", + "version": "2.0.1", "description": "Shared modules of the Helix Project - body-data", "main": "src/body-data-wrapper.js", "types": "src/body-data-wrapper.d.ts",