Skip to content

Commit eb7b6e3

Browse files
committed
Prepare CHANGELOG and docs for v7.1.0 release
1 parent ec9c0ff commit eb7b6e3

22 files changed

+77
-69
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`MiniSearch` follows [semantic versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## unreleased
5+
## v7.1.0
66

77
- Add `boostTerm` search option to apply a custom boosting factor to specific
88
terms in the query

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Alternatively, if you prefer to use a `<script>` tag, you can require MiniSearch
8585
[from a CDN](https://www.jsdelivr.com/package/npm/minisearch):
8686

8787
```html
88-
<script src="https://cdn.jsdelivr.net/npm/minisearch@7.0.2/dist/umd/index.min.js"></script>
88+
<script src="https://cdn.jsdelivr.net/npm/minisearch@7.1.0/dist/umd/index.min.js"></script>
8989
```
9090

9191
In this case, `MiniSearch` will appear as a global variable in your project.

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)