From d09509762db74ea2c612b486d9221489e63d5856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:09:25 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .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 9aa5a073..352ec4ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a571f37..af1bafcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hbstack/theme-cards/compare/v0.1.1...v0.1.2) (2025-10-14) + + +### Documentation 📝 + +* fixed grammar & spelling ([#594](https://github.com/hbstack/theme-cards/issues/594)) ([8aea454](https://github.com/hbstack/theme-cards/commit/8aea454f6bf1a7997b3d6a4d15c9d3cae8a291f2)) + ## [0.1.1](https://github.com/hbstack/theme-cards/compare/v0.1.0...v0.1.1) (2024-01-09)