diff --git a/packages/spacecat-shared-example/CHANGELOG.md b/packages/spacecat-shared-example/CHANGELOG.md index 8bf86fbb..8e9456c4 100644 --- a/packages/spacecat-shared-example/CHANGELOG.md +++ b/packages/spacecat-shared-example/CHANGELOG.md @@ -1,3 +1,11 @@ +# [@adobe/spacecat-shared-example-v1.2.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.2.0...@adobe/spacecat-shared-example-v1.2.1) (2024-01-23) + + +### Bug Fixes + +* missing module releaserc ([0ec70ba](https://github.com/adobe/spacecat-shared/commit/0ec70ba171edd66f4aa4e3770cc9b2a3e29d752c)) +* monorepo extends overwrites config ([#99](https://github.com/adobe/spacecat-shared/issues/99)) ([fea357f](https://github.com/adobe/spacecat-shared/commit/fea357f105d96e3d9dbf87687c26bc34b21f8b5d)) + # [@adobe/spacecat-shared-example-v1.2.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.1.0...@adobe/spacecat-shared-example-v1.2.0) (2024-01-12) diff --git a/packages/spacecat-shared-example/package.json b/packages/spacecat-shared-example/package.json index f0df3d53..62eaad03 100644 --- a/packages/spacecat-shared-example/package.json +++ b/packages/spacecat-shared-example/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/spacecat-shared-example", - "version": "1.2.0", + "version": "1.2.1", "description": "Shared modules of the Spacecat Services - example", "type": "module", "main": "src/example-wrapper.js",