From 9ecac001a612d93a6b7ca7b84d90859544aaad28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:34:07 +0800 Subject: [PATCH] chore(main): release 0.1.2 (#13) 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 9aa5a07..352ec4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f57c19b..c9ef121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hugomods/docsearch/compare/v0.1.1...v0.1.2) (2024-07-16) + + +### Continuous Integration + +* **deps:** bump docsearch to v3.6.1 ([e2bda83](https://github.com/hugomods/docsearch/commit/e2bda8317d21d8cce0227c1a1005a8b20f4c36db)) + ## [0.1.1](https://github.com/hugomods/docsearch/compare/v0.1.0...v0.1.1) (2024-03-09)