From 997f310e75643c737b586bcc2dc6b2d4b1633070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:28:35 +0800 Subject: [PATCH] chore(main): release 0.9.2 (#161) 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 f77e084..85d60da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b12bda..88eb6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/hbstack/hb/compare/v0.9.1...v0.9.2) (2024-01-25) + + +### Continuous Integration + +* add the hb/assets/css-resource partial ([#160](https://github.com/hbstack/hb/issues/160)) ([eed7546](https://github.com/hbstack/hb/commit/eed75468180c72df0906758808206944a51b432b)) + ## [0.9.1](https://github.com/hbstack/hb/compare/v0.9.0...v0.9.1) (2024-01-24)