From 6aa57e417d6ade84b1b295da50f206e7971d20c1 Mon Sep 17 00:00:00 2001 From: weareoutman Date: Wed, 21 Oct 2020 22:34:04 +0800 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e2ec8e..959c46d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.8.0](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.6.0...v0.8.0) (2020-10-21) + +### ⚠ BREAKING CHANGES + +- renamed `docsBasePath` and `blogBasePath` to `docsRouteBasePath` and `blogRouteBasePath`, to keep them the same as cmfcmf/docusaurus-search-local. +- users need to install `nodejieba` if using language of zh. + +### Features + +- make nodejieba as a peer dependency ([956b3b5](https://github.com/easyops-cn/docusaurus-search-local/commit/956b3b563c8662c8d8cb867ef174548221865754)) +- rename option of \*BasePath ([978846a](https://github.com/easyops-cn/docusaurus-search-local/commit/978846a13c303c321b154eca8847e2eab33baa5b)) + +### Bug Fixes + +- fix nodejieba is still required ([78e4d67](https://github.com/easyops-cn/docusaurus-search-local/commit/78e4d677a5bccb0ae3aff0fc16c43ac031b911a3)) +- fix styles on mobile screen ([1cc6850](https://github.com/easyops-cn/docusaurus-search-local/commit/1cc6850402cd7eced043736d4b826f97bd2498f0)) +- languages of non-en require stemmer support ([bc8e451](https://github.com/easyops-cn/docusaurus-search-local/commit/bc8e451cfd65024d48f08c481f2cd4850c2d0dbd)) + ### [0.7.1](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.7.0...v0.7.1) (2020-10-21) ### Bug Fixes diff --git a/package.json b/package.json index 4b1d4e3b..f2a54765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@easyops-cn/docusaurus-search-local", - "version": "0.7.1", + "version": "0.8.0", "scripts": { "test": "jest", "prebuild": "rimraf dist",