From ee0357822640d55d57b090bd95806487468b6c03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:03:19 +0800 Subject: [PATCH] chore(main): release 0.1.0 (#29) 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(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7888c9..96d9691 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..467ce4c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-cards/compare/v0.0.1...v0.1.0) (2023-12-05) + + +### Documentation 📝 + +* **readme:** add the documentations section ([36d31cb](https://github.com/hbstack/theme-cards/commit/36d31cb6bca8374574a85f46f4a642f06faf526c)) +* update install from scratch ([4a7e595](https://github.com/hbstack/theme-cards/commit/4a7e595080a2486e7e9d9a2c071a0a0c9976fbb2)) + + +### Features ✨ + +* first commit ([2b8c400](https://github.com/hbstack/theme-cards/commit/2b8c40009a50e405834337a23e581a8d1d7dd8ab))