From 4e1d9c1ee2cae836aaae7421a5cfbab4bc91c41b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:40:54 +0800 Subject: [PATCH] chore(main): release 0.7.0 (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 b5b966f..77c0d29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a5e21..48abf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/hbstack/content-panel/compare/v0.6.0...v0.7.0) (2023-11-11) + + +### Features ✨ + +* add the repo.service_baseurl parameter and add the gitee and codeberg services ([#41](https://github.com/hbstack/content-panel/issues/41)) ([512b617](https://github.com/hbstack/content-panel/commit/512b61752d618cbefc95fb2d28abb087b3236532)) + + +### Bug Fixes 🐞 + +* **i18n:** translate the edit button ([#39](https://github.com/hbstack/content-panel/issues/39)) ([497ad27](https://github.com/hbstack/content-panel/commit/497ad277cad788309829ef0a4689b6150af5b56d)) + ## [0.6.0](https://github.com/hbstack/content-panel/compare/v0.5.0...v0.6.0) (2023-11-10)