Skip to content

Commit e001c6a

Browse files
Merge #1218
1218: Update version for the next release (meilisearch-js v0.25.1) r=brunoocasali a=bidoubiwa This version makes this package compatible with Meilisearch v0.27.0 🎉 Check out the changelog of [Meilisearch v0.27.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0) for more information on the changes. Even if the minor version improved, this PR does not introduce a breaking-change! ## 🚀 Enhancements - Ensure nested field support #1192 - Add the typo tolerance setting #1197 - Add `typoTolerance` parameter in the `Settings` type. - Creation of: `index.getTypoTolerance`, `index.updateTypoTolerance`, `index.resetTypoTolerance` - Add `highlightPreTag` & `highlightPostTag` & `cropMarker` #1196 ## 🐛 Bug Fixes * Make updateDocuments accept partial documents in typing (#1209) `@bidoubiwa` Thanks again to `@bidoubiwa` and `@mmachatschek!` 🎉 Co-authored-by: cvermand <[email protected]>
2 parents 8bb47f6 + 9cd62d6 commit e001c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meilisearch",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "The Meilisearch JS client for Node.js and the browser.",
55
"keywords": [
66
"meilisearch",

0 commit comments

Comments
 (0)