From a982c2a5f70a2016f1783c57ebd2f40e8d81580f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:52:01 +0800 Subject: [PATCH] chore(main): release 0.1.4 (#54) 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 7caf555..c09319e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63be8a7..3fe3991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/hugomods/echarts/compare/v0.1.3...v0.1.4) (2024-10-15) + + +### Bug Fixes 🐞 + +* append hash into the JavaScript variables file ([#53](https://github.com/hugomods/echarts/issues/53)) ([55d2ae7](https://github.com/hugomods/echarts/commit/55d2ae70bfda9d03caa96cb6a7119900539039f9)) + ## [0.1.3](https://github.com/hugomods/echarts/compare/v0.1.2...v0.1.3) (2024-03-14)