From b401722f96e05ee23b33201790ec777a6c5383b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:40:15 +0800 Subject: [PATCH] chore(main): release 0.8.0 (#65) 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 5486666..d6a5f76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbb3c7..be13046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/hbstack/content-panel/compare/v0.7.2...v0.8.0) (2024-03-30) + + +### Features ✨ + +* add the comments parameter ([#64](https://github.com/hbstack/content-panel/issues/64)) ([d474d83](https://github.com/hbstack/content-panel/commit/d474d838a0f1a23df1c19b38ca7737e1da6515c2)) + ## [0.7.2](https://github.com/hbstack/content-panel/compare/v0.7.1...v0.7.2) (2023-12-08)