diff --git a/.changeset/wise-grapes-jump.md b/.changeset/wise-grapes-jump.md deleted file mode 100644 index 22da3583..00000000 --- a/.changeset/wise-grapes-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"strapi-plugin-webtools": minor ---- - -feat: expose the URL alias crud endpoints to the content-api to allow for URL alias management from external systems diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4911e232..131fac3f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.7.0 + +### Minor Changes + +- [#331](https://github.com/pluginpal/strapi-webtools/pull/331) [`85fabf6`](https://github.com/pluginpal/strapi-webtools/commit/85fabf6a45e9982e479a5823b66cefe31e1d267f) Thanks [@boazpoolman](https://github.com/boazpoolman)! - feat: expose the URL alias crud endpoints to the content-api to allow for URL alias management from external systems + ## 1.6.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b09a48a5..ae97e8f7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.6.1", + "version": "1.7.0", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools",