Skip to content

Commit

Permalink
Update changelog and docs for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Nov 22, 2023
1 parent 0a5e9fa commit 6fbe050
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 64 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

# v6.3.0

- Add `queryTerms` array to the search results. This is useful to determine
which query terms were matched by each search result.

# v6.2.0

- Add the possibility to search for the special value `MiniSearch.wildcard` to
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Alternatively, if you prefer to use a `<script>` tag, you can require MiniSearch
[from a CDN](https://www.jsdelivr.com/package/npm/minisearch):

```html
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.2.0/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.3.0/dist/umd/index.min.js"></script>
```

In this case, `MiniSearch` will appear as a global variable in your project.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6fbe050

Please sign in to comment.