From bc3635e9f15e2016e9b8b44cc105c9b26e372b6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:42:16 +0000 Subject: [PATCH] chore: release main --- .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 1bdb061..363dc8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.7.0", + ".": "0.8.0", "engines/baidu": "0.1.1", "engines/bing": "0.1.2", "engines/duckduckgo": "0.1.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 335811c..1b269e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/hbstack/theme-start/compare/v0.7.0...v0.8.0) (2025-10-05) + + +### Features ✨ + +* **i18n:** add German translation, fix typos ([#291](https://github.com/hbstack/theme-start/issues/291)) ([7e6a1e8](https://github.com/hbstack/theme-start/commit/7e6a1e8411daf1553af5f76cc9988fe9f24558c8)) + ## [0.7.0](https://github.com/hbstack/theme-start/compare/v0.6.0...v0.7.0) (2024-10-13)