From 3b984bb5f7042a2f68d9533d4beb1a34b81b6dd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:49:49 +0800 Subject: [PATCH] chore(main): release 0.1.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 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..d8c0b46 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/social-share-buttons/compare/v0.0.1...v0.1.0) (2023-12-20) + + +### Features ✨ + +* first version ([74e6689](https://github.com/hbstack/social-share-buttons/commit/74e66892e77600ea04b14b635201465594455334))