diff --git a/.changeset/eager-ducks-pull.md b/.changeset/eager-ducks-pull.md deleted file mode 100644 index 3892be49..00000000 --- a/.changeset/eager-ducks-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: actually return a 404 if the entity is not found using the new router_with_controllers option diff --git a/.changeset/wet-pigs-divide.md b/.changeset/wet-pigs-divide.md deleted file mode 100644 index 25e4b7dd..00000000 --- a/.changeset/wet-pigs-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": patch ---- - -fix: don't regenerate the URL alias during the document service middlewares diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2d12c78f..a53391ee 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # core +## 1.9.1 + +### Patch Changes + +- [`cc684a1`](https://github.com/pluginpal/strapi-webtools/commit/cc684a11b87db76914c1d63f919c7e299292c3c7) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: actually return a 404 if the entity is not found using the new router_with_controllers option + +- [`5f7f381`](https://github.com/pluginpal/strapi-webtools/commit/5f7f381d65c57249c4004d4d11c0c62e2601473d) Thanks [@boazpoolman](https://github.com/boazpoolman)! - fix: don't regenerate the URL alias during the document service middlewares + ## 1.9.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6da2356b..1c0365c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.9.0", + "version": "1.9.1", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",