From 5ae453bc09a1ae7f81b1e52ab955687abe43eac6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:55:52 +0800 Subject: [PATCH] chore(main): release 0.1.0 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 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..a4d2433 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/v0.0.1...v0.1.0) (2023-09-15) + + +### Continuous Integration + +* **deps:** update github.com/hbstack/theme-start digest to 3ad6ca3 ([d0ccedb](https://github.com/hbstack/theme-start/commit/d0ccedb1ff950c4bd7713219c356f613739488b9)) +* **deps:** update github.com/hbstack/theme-start digest to 74af94a ([9ccfa59](https://github.com/hbstack/theme-start/commit/9ccfa59de52c340d8764c51a4b2a71f1b5e096a7)) +* **deps:** update github.com/hbstack/theme-start digest to 8f138e3 ([5a041b4](https://github.com/hbstack/theme-start/commit/5a041b43e35fd98bbe7cda25227c0f56aa721b16)) + + +### Features ✨ + +* initial commit ([3ad6ca3](https://github.com/hbstack/theme-start/commit/3ad6ca3aee0632bf058280f92a86bbd15fad8cc2))