diff --git a/.changeset/rude-eyes-go.md b/.changeset/rude-eyes-go.md deleted file mode 100644 index 58377375..00000000 --- a/.changeset/rude-eyes-go.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -Update webtools search with mainField as key diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4b4e7450..4911e232 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.6.1 + +### Patch Changes + +- [`6c39f04`](https://github.com/pluginpal/strapi-webtools/commit/6c39f04b59d7773922f5b0dd9ee26444ac49ae97) Thanks [@TMSchipper](https://github.com/TMSchipper)! - Update webtools search with mainField as key + ## 1.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index c5ff9c9b..b09a48a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.6.0", + "version": "1.6.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",