Skip to content

Commit 36d4339

Browse files
authored
Update the version for next release (v0.12.0) (#537)
1 parent 7071939 commit 36d4339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ About this automation:
7575
Make a PR modifying the file [`package.json`](/package.json) with the right version.
7676

7777
```javascript
78-
"version": X.X.X
78+
"version": "X.X.X",
7979
```
8080

8181
Once the changes are merged on `master`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/meilisearch-js/releases).

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

0 commit comments

Comments
 (0)