From e50f2b047abedc421c85f6bf783f34daaf36f623 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 7 Jul 2024 14:10:47 +0000 Subject: [PATCH] chore(release): wxt v0.18.12 --- packages/wxt/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 76b523f1..7210cbe3 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v0.18.12 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.11...wxt-v0.18.12) + +### 🚀 Enhancements + +- Support runtime config in `app.config.ts` ([#792](https://github.com/wxt-dev/wxt/pull/792)) + +### 🔥 Performance + +- Create zip using streams ([#793](https://github.com/wxt-dev/wxt/pull/793)) + +### 🩹 Fixes + +- Add missing name to ESLint v9 autoImports config ([#801](https://github.com/wxt-dev/wxt/pull/801)) + +### 📖 Documentation + +- Update README ([#802](https://github.com/wxt-dev/wxt/pull/802)) + +### 🏡 Chore + +- **deps:** Upgrade `web-ext-run` (0.2.0 to 0.2.1) ([#804](https://github.com/wxt-dev/wxt/pull/804)) + +### ❤️ Contributors + +- Ntnyq ([@ntnyq](http://github.com/ntnyq)) +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) + ## v0.18.11 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.10...wxt-v0.18.11) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 3469ecf4..448e5f61 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.18.11", + "version": "0.18.12", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",