Skip to content

Commit 3f28255

Browse files
authored
Merge pull request #464 from easyops-cn/release-please--branches--master--components--docusaurus-search-local
chore(master): release 0.45.0
2 parents 736344b + 887a734 commit 3f28255

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docusaurus-search-local/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [0.45.0](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.44.6...v0.45.0) (2024-10-09)
6+
7+
8+
### Features
9+
10+
* fix a perf issue when searching with a large number of Chinese words ([abe720c](https://github.com/easyops-cn/docusaurus-search-local/commit/abe720cd3d521122e3aaa8b2d8ba7d0967fe046d)), closes [#312](https://github.com/easyops-cn/docusaurus-search-local/issues/312)
11+
12+
13+
### Bug Fixes
14+
15+
* fix a perf issue that cut zh words unnecessary repeatedly ([870dc88](https://github.com/easyops-cn/docusaurus-search-local/commit/870dc887f85ded4cbf000c2480e9e92c6fa0cad6))
16+
* limit the number of terms, closes [#312](https://github.com/easyops-cn/docusaurus-search-local/issues/312) ([c889047](https://github.com/easyops-cn/docusaurus-search-local/commit/c8890479914e89f7dea075f5f191bbc76e99d249))
17+
518
## [0.44.6](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.44.5...v0.44.6) (2024-10-08)
619

720

docusaurus-search-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easyops-cn/docusaurus-search-local",
3-
"version": "0.44.6",
3+
"version": "0.45.0",
44
"description": "An offline/local search plugin for Docusaurus v3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)