From b5a608a1c6b2c343e6efe2f7b246ef347443c260 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:00:49 +0800 Subject: [PATCH] chore: release main (#86) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ead56e9..80bda17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.4.0", + ".": "0.5.0", "engines/baidu": "0.1.1", "engines/bing": "0.1.1", "engines/duckduckgo": "0.1.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ba101..d212dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.5.0](https://github.com/hbstack/theme-start/compare/v0.4.0...v0.5.0) (2024-01-08) + + +### Features ✨ + +* allow specifying icons for applications ([237f2ac](https://github.com/hbstack/theme-start/commit/237f2ac7620353c1cd1ecf18bf2cf645924853b6)) + + +### Styles 🎨 + +* align search result types to center ([e7ad35b](https://github.com/hbstack/theme-start/commit/e7ad35b4d728bc84a7a96e89404a7200a71fe8f2)) +* change the margin between search form and apps ([f062269](https://github.com/hbstack/theme-start/commit/f06226928bd3438abed1a1044135d138f1839354)) +* tweak layouts and styles ([4f8d47d](https://github.com/hbstack/theme-start/commit/4f8d47dbb2377081757e1f67a730243e5d1ab264)) + ## [0.4.0](https://github.com/hbstack/theme-start/compare/v0.3.2...v0.4.0) (2024-01-03)