diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600835d..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f275db..95a5e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/hbstack/content-panel/compare/v0.5.0...v0.6.0) (2023-11-10) + + +### Features ✨ + +* **i18n:** create pt-br.toml ([#35](https://github.com/hbstack/content-panel/issues/35)) ([777cc5b](https://github.com/hbstack/content-panel/commit/777cc5b3a834c399f0a6495699d6273ae73a8a0f)) + ## [0.5.0](https://github.com/hbstack/content-panel/compare/v0.4.1...v0.5.0) (2023-11-02)