diff --git a/packages/auto-icons/CHANGELOG.md b/packages/auto-icons/CHANGELOG.md new file mode 100644 index 000000000..e1de9f09d --- /dev/null +++ b/packages/auto-icons/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## v1.0.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.0...auto-icons-v1.0.1) + +### 🩹 Fixes + +- **auto-icons:** Path option ([#880](https://github.com/wxt-dev/wxt/pull/880)) + +### 🏡 Chore + +- **deps:** Upgrade all dependencies ([#869](https://github.com/wxt-dev/wxt/pull/869)) + +### ❤️ Contributors + +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) \ No newline at end of file diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 4b0de7ceb..03754f5f5 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -1,6 +1,6 @@ { "name": "@wxt-dev/auto-icons", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",