From 3eda58528baa6a0bb7f15208fa6a7bf0e59e3a57 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Wed, 6 Jul 2022 18:08:59 +0200 Subject: [PATCH 1/2] Update version for the next release (v0.7.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f75ec67e..02229d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-meilisearch", - "version": "0.6.6", + "version": "0.6.7", "description": "Synchronise and search in your Strapi content-types with Meilisearch", "scripts": { "playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground develop", From fbd598c451e7250206e66eaf491eb89dd1406a16 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Tue, 12 Jul 2022 12:48:52 +0200 Subject: [PATCH 2/2] Update to v0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02229d93..31d996df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-meilisearch", - "version": "0.6.7", + "version": "0.7.0", "description": "Synchronise and search in your Strapi content-types with Meilisearch", "scripts": { "playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground develop",