diff --git a/package/changelogs/CHANGELOG-0.1.1.md b/package/changelogs/CHANGELOG-0.1.1.md new file mode 100644 index 0000000..84abc08 --- /dev/null +++ b/package/changelogs/CHANGELOG-0.1.1.md @@ -0,0 +1,14 @@ +## [0.1.1](https://github.com/frontkom/block-react-parser/compare/v0.1.0...v0.1.1) (2024-03-06) + + +### Miscellaneous Chores + +* **DEVOPS-506:** add $schema and contributors to package.json ([8dc9883](https://github.com/frontkom/block-react-parser/commit/8dc98834c25dfdb0321c2ae41e3c877733466d5a)) +* **DEVOPS-506:** add id-token to permissions in GitHub actions ([8901401](https://github.com/frontkom/block-react-parser/commit/8901401a3d092c6ea18d8f5129c826a78f10225b)) +* **DEVOPS-506:** change build package action ([42c2035](https://github.com/frontkom/block-react-parser/commit/42c20356a96a6f664f46b4946bddf70a2838d8e0)) +* **DEVOPS-506:** change place of contributors in package.json (for test github actions ) ([ccb2b38](https://github.com/frontkom/block-react-parser/commit/ccb2b3818c10f6a7a861fcc93923dac699ffc1ee)) +* **DEVOPS-506:** cleanup semantic-release.yaml ([8775be9](https://github.com/frontkom/block-react-parser/commit/8775be980af665d4db3403ab80af9c642464a01f)) +* **DEVOPS-506:** merge develop to beta ([637317e](https://github.com/frontkom/block-react-parser/commit/637317e40ba319374f162eb2d2b1b4f330649d7a)) +* **release:** 1.0.0-beta.2 [skip ci] ([7e54ad1](https://github.com/frontkom/block-react-parser/commit/7e54ad166b46ada37a3865361ae7aa3d5bbd6164)) +* **release:** 1.0.0-beta.3 [skip ci] ([00ca556](https://github.com/frontkom/block-react-parser/commit/00ca556807d918ece4fbca575f402de3dd268d42)) +* **release:** 1.0.0-beta.4 [skip ci] ([89bfee0](https://github.com/frontkom/block-react-parser/commit/89bfee00d3841df58e59e2e86731d9d50fb72d57)) diff --git a/package/package.json b/package/package.json index cfa0ed3..eaa0d03 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/package.json", "name": "@frontkom/block-react-parser", - "version": "1.0.0-beta.4", + "version": "0.1.1", "description": "Gutenberg-generated HTML to React parser.", "main": "dist/index.js", "module": "dist/index.js",