diff --git a/.changeset/easy-comics-fail.md b/.changeset/easy-comics-fail.md deleted file mode 100644 index 1e9d748f..00000000 --- a/.changeset/easy-comics-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -Fix incorrect duplication prevention for content types without internationalization diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5190f636..89a43e10 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.0.1 + +### Patch Changes + +- [#217](https://github.com/pluginpal/strapi-webtools/pull/217) [`36bf8d3`](https://github.com/pluginpal/strapi-webtools/commit/36bf8d38ebd90556a0db5941f62469d0672b67c9) Thanks [@boazpoolman](https://github.com/boazpoolman)! - Fix incorrect duplication prevention for content types without internationalization + ## 1.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5f7a66c7..a4b02eb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.0.0", + "version": "1.0.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",