Skip to content

Commit b7374fd

Browse files
Merge #326
326: Update version for the next release (v0.4.0) r=bidoubiwa a=bidoubiwa Co-authored-by: cvermand <[email protected]> Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents b3d2a00 + 92fc4a7 commit b7374fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-meilisearch",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Synchronise and search in your Strapi collections with MeiliSearch",
55
"scripts": {
66
"style": "eslint --ext .js .",
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"@buffetjs/core": "^3.3.8",
37-
"meilisearch": "^0.23.0-beta.0"
37+
"meilisearch": "^0.23.0"
3838
},
3939
"author": {
4040
"name": "Charlotte Vermandel <[email protected]>"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,10 +3657,10 @@ [email protected]:
36573657
dependencies:
36583658
tmpl "1.0.5"
36593659

3660-
meilisearch@^0.23.0-beta.0:
3661-
version "0.23.0-beta.0"
3662-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.23.0-beta.0.tgz#112d844834eb6b6833223ae6671961da657c2504"
3663-
integrity sha512-G+7nXy8mFLltX1bs2b/b5jKMzYI1vhSgs71r6RYgoKNAi3zCV0X6zcrJgYkxeOioip7u8RusyOkUnI96z6DoWA==
3660+
meilisearch@^0.23.0:
3661+
version "0.23.0"
3662+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.23.0.tgz#eed5098bd147c13658c3f92e658df9cbfb9e8953"
3663+
integrity sha512-bLNonPJK2pJz2akjwolcc/Eqnz/GKJ7y1I4Flg4zjL+v0yPFyIGFFdfe0dw93JWFJWj/RbLS2Q6dDTobZQ9Ehg==
36643664
dependencies:
36653665
cross-fetch "^3.1.4"
36663666

0 commit comments

Comments
 (0)