Skip to content

Commit 064b0f7

Browse files
Merge #791
791: Update version for the next release (v0.8.0) r=bidoubiwa a=bidoubiwa This version makes this package compatible with Meilisearch v0.28.0 🎉 Check out the changelog of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) for more information on the changes. ## 💥 Breaking changes - `facetsDistribution` search request parameter was renamed to `facets` causing a throw when using this package version with a version of Meilisearch prior to [`v0.28.0rcX`](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0rc1). #779 - This release is only compatible with the latest version of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) ## 🚀 Enhancements - Pass client agent to meilisearch-js #780 Analytics is enabled by default in the server, but you can disable them by following [this guide](https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html#how-to-disable-data-collection) Also, of course, every analytics data we collect are ANONYMOUS [read the guide for more information](https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html). Thanks again to `@bidoubiwa` ! 🎉 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 21bf793 + 2a2877e commit 064b0f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/instant-meilisearch",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"private": false,
55
"description": "The search client to use Meilisearch with InstantSearch.",
66
"scripts": {

src/package-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.7.1'
1+
export const PACKAGE_VERSION = '0.8.0'

0 commit comments

Comments
 (0)