diff --git a/.changeset/better-symbols-smoke.md b/.changeset/better-symbols-smoke.md deleted file mode 100644 index a633b86f..00000000 --- a/.changeset/better-symbols-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: alias gets -0 suffix when updating non-i18n document diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3dc369ff..49adb069 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.5.2 + +### Patch Changes + +- [#302](https://github.com/pluginpal/strapi-webtools/pull/302) [`aa5ccce`](https://github.com/pluginpal/strapi-webtools/commit/aa5ccce050ad1ac8a84f91ddde7b937492e9c746) Thanks [@jorrit](https://github.com/jorrit)! - fix: alias gets -0 suffix when updating non-i18n document + ## 1.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a0cb9b6c..ea75d11a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.5.1", + "version": "1.5.2", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",