From 84f4de969de91d935841d66890a082e69e8a75b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:29:56 +0800 Subject: [PATCH] chore(master): release 1.10.0 (#1105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1afbb6ee..ce4f35c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.5" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac675ebe..5846ade2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.10.0](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.9.5...v1.10.0) (2025-02-13) + + +### Features ✨ + +* add the `socialAnimation` parameter, remove animation from social links if `false` ([#1106](https://github.com/razonyang/hugo-theme-bootstrap/issues/1106)) ([1a87992](https://github.com/razonyang/hugo-theme-bootstrap/commit/1a879923b523f998b92298ab8078366d881126e3)) +* add the `socialColor` parameter, remove color from social links if `false` ([#1104](https://github.com/razonyang/hugo-theme-bootstrap/issues/1104)) ([c314550](https://github.com/razonyang/hugo-theme-bootstrap/commit/c314550b6893c1c889c2a5a8eebf35a8c23f064d)), closes [#1103](https://github.com/razonyang/hugo-theme-bootstrap/issues/1103) + ## [1.9.5](https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.9.4...v1.9.5) (2025-02-13)