Skip to content

Commit

Permalink
Merge #457
Browse files Browse the repository at this point in the history
457: Update version for the next release (v0.7.0) r=bidoubiwa a=bidoubiwa

Content of the release:

This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0) for more information on the changes.


## 💥 Breaking changes

- This release is **only** compatible with the latest version of [Meilisearch v0.28.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0)

## 🚀 Enhancements

- Pass strapi client agent to meilisearch-js #455

Analytics is enabled by default in the server, but you can disable them by following [this guide](https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html#how-to-disable-data-collection)
Also, of course, every analytics data we collect are ANONYMOUS [read the guide for more information](https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html).

Thanks again to `@bidoubiwa` ! 🎉

Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
  • Loading branch information
meili-bors[bot] and bidoubiwa authored Jul 12, 2022
2 parents 017811a + fbd598c commit e5fcf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-meilisearch",
"version": "0.6.6",
"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",
Expand Down

0 comments on commit e5fcf99

Please sign in to comment.