diff --git a/.changeset/silent-things-sell.md b/.changeset/silent-things-sell.md deleted file mode 100644 index 53edb179..00000000 --- a/.changeset/silent-things-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: prevent the allowed fields endpoint from crashing when using polymorphic relations diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1f7d4975..39fbead5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.10.1 + +### Patch Changes + +- [`6d6233d`](https://github.com/pluginpal/strapi-webtools/commit/6d6233daeef5966ac87a9645c8ac4906e7661492) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: prevent the allowed fields endpoint from crashing when using polymorphic relations + ## 1.10.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 103f6555..b52c6309 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.10.0", + "version": "1.10.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",