From d6f0bb2c0eb9b6655289fe5f56e927e36fb9a2af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:50:49 +0000 Subject: [PATCH] chore(main): release 0.4.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 8d7a673..1fd56a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7e922..a3c28ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/hbstack/pagination/compare/v0.3.0...v0.4.0) (2023-11-01) + + +### Features ✨ + +* **i18n:** add Russian translations ([#77](https://github.com/hbstack/pagination/issues/77)) ([61d2a93](https://github.com/hbstack/pagination/commit/61d2a9363ade0183bebf98ca896e7c4281398a72)) + ## [0.3.0](https://github.com/hbstack/pagination/compare/v0.2.1...v0.3.0) (2023-10-21)