From 1b8e752e1709850f30727a750b01366b14001673 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:28:36 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 f9b9399..09baff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/hbstack/pagination/compare/v0.5.0...v0.6.0) (2023-11-11) + + +### Features ✨ + +* **i18n:** create pt-br.toml ([#85](https://github.com/hbstack/pagination/issues/85)) ([5b9a1da](https://github.com/hbstack/pagination/commit/5b9a1da0b288277900204e8aa3cd8ed48cd6745d)) + ## [0.5.0](https://github.com/hbstack/pagination/compare/v0.4.0...v0.5.0) (2023-11-02)