From a5f50656d040385237c409345cfd99a70ada85ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:06:50 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1384d..0d92ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/jimeh/emacs-liquid-glass-icons/compare/v1.0.0...v1.0.1) (2025-06-30) + + +### Bug Fixes + +* **license:** add missing license ([#4](https://github.com/jimeh/emacs-liquid-glass-icons/issues/4)) ([e2880e5](https://github.com/jimeh/emacs-liquid-glass-icons/commit/e2880e5541e31e8dcbf56d46933140d505f39409)) + ## 1.0.0 (2025-06-29)