Skip to content

Commit 49b51b4

Browse files
Merge #1472
1472: Update version for the next release (v0.32.1) r=bidoubiwa a=meili-bot ## 🚀 Enhancements - New search response field `facetStats` provides `min` and `max` value for facets with numeric attributes #1459 - New method `client.multiSearch()` provides the possibility to make multiple request at once #1458 Example: ```js client.multiSearch({ queries: [ { indexUid: 'movies', q: 'pooh' }, { indexUid: 'movies', q: 'nemo' }, { indexUid: 'movie_ratings', q: 'us' }, ]} ) ``` Co-authored-by: meili-bot <[email protected]>
2 parents 3c7451f + 68c21aa commit 49b51b4

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",
3-
"version": "0.32.0",
3+
"version": "0.32.1",
44
"description": "The Meilisearch JS client for Node.js and the browser.",
55
"keywords": [
66
"meilisearch",

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.32.0'
1+
export const PACKAGE_VERSION = '0.32.1'

0 commit comments

Comments
 (0)