Skip to content

Commit aa5191c

Browse files
Merge #1355
1355: Update version for the next release (v0.29.0) r=bidoubiwa a=bidoubiwa This version introduces: - `pagination` setting - `faceting` setting - Changing the dates that were kept in string format to Date formats - Changed `Task` and `EnqueuedTask` to classes instead of objects Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 50e462c + 1540903 commit aa5191c

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

0 commit comments

Comments
 (0)