From 7878edd1b7a40226837838e770102c9ac7c38572 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 08:42:12 +0000 Subject: [PATCH] chore: release 0.10.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4365787..4678eb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.10.1](https://www.github.com/easyops-cn/docusaurus-search-local/compare/v0.10.0...v0.10.1) (2020-10-30) + + +### Bug Fixes + +* process stop words for search keyword ([df3d789](https://www.github.com/easyops-cn/docusaurus-search-local/commit/df3d789a09b98ebe20f43c51619e8fa780a85e7f)) + ## [0.10.0](https://www.github.com/easyops-cn/docusaurus-search-local/compare/v0.9.4...v0.10.0) (2020-10-29) diff --git a/package.json b/package.json index 9bedb21b..5f0642ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@easyops-cn/docusaurus-search-local", - "version": "0.10.0", + "version": "0.10.1", "description": "An offline/local search plugin for Docusaurus v2.", "repository": "https://github.com/easyops-cn/docusaurus-search-local", "homepage": "https://github.com/easyops-cn/docusaurus-search-local",