From f736a1465146d0719bc0a9b34bc4e118e8842fa9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Aug 2024 23:52:51 +0000 Subject: [PATCH] chore(release): @wxt-dev/auto-icons v1.0.2 --- packages/auto-icons/CHANGELOG.md | 17 +++++++++++++++++ packages/auto-icons/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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",