From 12ee38dec7fffb51b957aa1e9182746342023072 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:10:45 +0800 Subject: [PATCH] chore(main): release 0.13.0 (#229) 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 78926ca..1a2d0c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.4" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efb5007..939a007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/hbstack/hb/compare/v0.12.4...v0.13.0) (2024-08-22) + + +### Features ✨ + +* add the hb.sass_transpiler parameter, default to dartsass ([#228](https://github.com/hbstack/hb/issues/228)) ([166c5ed](https://github.com/hbstack/hb/commit/166c5edc62039b4163a6ebc3edbb1e715b8b1e41)), closes [#227](https://github.com/hbstack/hb/issues/227) + ## [0.12.4](https://github.com/hbstack/hb/compare/v0.12.3...v0.12.4) (2024-08-20)