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))