diff --git a/.changeset/chilly-drinks-post.md b/.changeset/chilly-drinks-post.md deleted file mode 100644 index 3e5a9092..00000000 --- a/.changeset/chilly-drinks-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -docs: add unique_per_locale config page to the sidebar diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index fbb55d8f..6a0c4466 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # docs +## 1.1.3 + +### Patch Changes + +- [`9da7ee6`](https://github.com/pluginpal/strapi-webtools/commit/9da7ee641f6efcd7dcb39b177714c04c87e9692c) Thanks [@boazpoolman](https://github.com/boazpoolman)! - docs: add unique_per_locale config page to the sidebar + ## 1.1.2 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index dddc75f7..eff6d150 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.1.2", + "version": "1.1.3", "private": true, "scripts": { "docusaurus": "docusaurus",