From a8c5866f53a968b3ca8d26dee199262ed446f348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:31:28 +0800 Subject: [PATCH] chore(main): release 0.3.2 (#20) 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 beea3f7..fa58eef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f953a1..82c13bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/hugomods/katex/compare/v0.3.1...v0.3.2) (2024-06-16) + + +### Performance Improvements ⚡️ + +* **hugopress:** cache head-end and body-end hooks ([255695b](https://github.com/hugomods/katex/commit/255695b84242597846b062b05b2fa2d4ae47177b)) + ## [0.3.1](https://github.com/hugomods/katex/compare/v0.3.0...v0.3.1) (2024-03-25)