From 1bac19a6a928891c5288c41596a4393728fbbc07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:23:31 +0800 Subject: [PATCH] chore(main): release 0.1.2 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 9aa5a07..352ec4c 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 f9e5018..28a8eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hbstack/social-share-buttons/compare/v0.1.1...v0.1.2) (2023-12-22) + + +### Bug Fixes 🐞 + +* correct the facebook share link ([#7](https://github.com/hbstack/social-share-buttons/issues/7)) ([e02dccf](https://github.com/hbstack/social-share-buttons/commit/e02dccf62dca07efcc46aecdd8b485e52de3febf)) + ## [0.1.1](https://github.com/hbstack/social-share-buttons/compare/v0.1.0...v0.1.1) (2023-12-22)