Skip to content

Commit f27cd37

Browse files
Merge #890
890: Update version for the next release (v0.10.0) r=bidoubiwa a=bidoubiwa This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) for more information on the changes. ## ⚠️ Breaking change - `paginationTotalHits` does not exist anymore #878 ## 🚀 Enchancement - `finitePagination` is now showcasing the exact number of pages based on the total number of document matched. #878 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 4a93e26 + 5c7d9bc commit f27cd37

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.9.0",
3+
"version": "0.10.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.9.0'
1+
export const PACKAGE_VERSION = '0.10.0'

0 commit comments

Comments
 (0)