From e068b753ca5e366bac8c00fac1bfb827217df845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:36:01 +0800 Subject: [PATCH] chore(main): release 0.13.3 (#227) 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 78640694bbf..c64826c730c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 397a55f0224..1e0ad83aa89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.3](https://github.com/hugomods/search/compare/v0.13.2...v0.13.3) (2024-03-08) + + +### Bug Fixes 🐞 + +* check before parsing headings ([1af30b8](https://github.com/hugomods/search/commit/1af30b8caaa4824ecd3e9785247ee883e30b5f8d)) + ## [0.13.2](https://github.com/hugomods/search/compare/v0.13.1...v0.13.2) (2024-02-23)