From 23dda864f47282c5c6fa556563826f1abed4ae63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:12:37 +0800 Subject: [PATCH] chore(main): release 0.1.3 (#12) 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 352ec4c..7caf555 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a8eac..c7c6835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/hbstack/social-share-buttons/compare/v0.1.2...v0.1.3) (2024-01-09) + + +### Performance Improvements ⚡️ + +* cache partials to improve build performance ([#11](https://github.com/hbstack/social-share-buttons/issues/11)) ([4226c71](https://github.com/hbstack/social-share-buttons/commit/4226c7175ef42329143a99e008e73c9457036d99)) + ## [0.1.2](https://github.com/hbstack/social-share-buttons/compare/v0.1.1...v0.1.2) (2023-12-22)