diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eccde16e..364056a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.22.0", + ".": "0.23.0", "modules/breadcrumb": "0.1.10", "modules/content-panel": "0.1.8", "modules/decap-cms": "0.3.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b01ddcb..d711f59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.23.0](https://github.com/hbstack/docs/compare/v0.22.0...v0.23.0) (2025-03-17) + + +### Features ✨ + +* **i18n:** create pt.toml ([#952](https://github.com/hbstack/docs/issues/952)) ([7f6df42](https://github.com/hbstack/docs/commit/7f6df42a96a086f515eed4cd54608c3b8e6d801a)) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.10.1 ([74abc70](https://github.com/hbstack/docs/commit/74abc709471b3c960b2721848e81f07a85828d30)) +* **deps:** update dependency stylelint-scss to v6.11.0 ([b939453](https://github.com/hbstack/docs/commit/b9394533c6b56511dc5427258260f2007c6c6da6)) +* **deps:** update dependency stylelint-scss to v6.11.1 ([2e09783](https://github.com/hbstack/docs/commit/2e09783a81ba736059b49e44f8d72b0ff8285e41)) + ## [0.22.0](https://github.com/hbstack/docs/compare/v0.21.0...v0.22.0) (2024-12-16)