From b2c9d0c639accfb3b9279a54fea9f01b6892b4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:38:01 +0800 Subject: [PATCH] chore(main): release 0.10.1 (#70) 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 d3fc4b8..4cab1cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 033d29c..48e2fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/hbstack/content-panel/compare/v0.10.0...v0.10.1) (2024-06-02) + + +### Performance Improvements ⚡️ + +* cache partials ([#69](https://github.com/hbstack/content-panel/issues/69)) ([dbefac4](https://github.com/hbstack/content-panel/commit/dbefac461617a0f81848fef56d35a93bf5b5cd70)) + ## [0.10.0](https://github.com/hbstack/content-panel/compare/v0.9.0...v0.10.0) (2024-05-28)