diff --git a/packages/auto-icons/CHANGELOG.md b/packages/auto-icons/CHANGELOG.md index e1de9f09..a1806d9c 100644 --- a/packages/auto-icons/CHANGELOG.md +++ b/packages/auto-icons/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.1...auto-icons-v1.0.2) + +### 📖 Documentation + +- **auto-icons:** Fix configuration example typo ([#905](https://github.com/wxt-dev/wxt/pull/905)) + +### 🏡 Chore + +- Add more metadata for npm ([#885](https://github.com/wxt-dev/wxt/pull/885)) + +### ❤️ Contributors + +- Uncenter ([@uncenter](http://github.com/uncenter)) +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) + ## v1.0.1 [compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.0.0...auto-icons-v1.0.1) diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 03696d2f..58f88b74 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -24,7 +24,7 @@ } ], "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",