From 6087f588863548aff398c32e2be9f904a524d835 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:45:02 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b0ee6e3..5fef2f55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.10.0", + ".": "0.11.0", "modules/breadcrumb": "0.1.9", "modules/content-panel": "0.1.8", "modules/disqus": "0.1.8", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a67d727..1be5584b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.0](https://github.com/hbstack/docs/compare/v0.10.0...v0.11.0) (2023-11-11) + + +### Features ✨ + +* **i18n:** create pt-br.toml ([#399](https://github.com/hbstack/docs/issues/399)) ([fa0c814](https://github.com/hbstack/docs/commit/fa0c81423289c38aa602af6a3edff18060a61b1e)) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v5.3.1 ([c0e4657](https://github.com/hbstack/docs/commit/c0e46579515eae5e85becf39d267dd25c837719e)) + ## [0.10.0](https://github.com/hbstack/docs/compare/v0.9.0...v0.10.0) (2023-11-02)