From 3eb505dbdeb789a719642dbd11b5a46c6a7840bc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 4 Sep 2024 21:39:24 +0000 Subject: [PATCH] chore(release): wxt v0.19.9 --- packages/wxt/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index b4525623c..586810b4e 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## v0.19.9 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.8...wxt-v0.19.9) + +### 🚀 Enhancements + +- **modules:** Add `wxt.hook` alias for `wxt.hooks.hook` ([c5f78d0](https://github.com/wxt-dev/wxt/commit/c5f78d0)) +- Use `@types/chrome` for config manifest type ([#969](https://github.com/wxt-dev/wxt/pull/969)) + +### 🩹 Fixes + +- Allow adding multiple hyphens in an entrypoint name ([#949](https://github.com/wxt-dev/wxt/pull/949)) +- Duplicate `BuildOutput.publicAssets` ([#951](https://github.com/wxt-dev/wxt/pull/951)) +- Properly overload `import.meta.env` with WXT's own environment globals ([#966](https://github.com/wxt-dev/wxt/pull/966)) + +### 📖 Documentation + +- Add docs around `importEntrypoint` to relevant functions ([143b5ac](https://github.com/wxt-dev/wxt/commit/143b5ac)) + +### 🌊 Types + +- **modules:** Use `NestedHooks` instead of `Partial` for hooks object ([0ebb013](https://github.com/wxt-dev/wxt/commit/0ebb013)) + +### 🏡 Chore + +- Fix type error ([#946](https://github.com/wxt-dev/wxt/pull/946)) +- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) +- **deps:** Bump ora from 8.0.1 to 8.1.0 ([#961](https://github.com/wxt-dev/wxt/pull/961)) +- **deps:** Bump unimport from 3.9.1 to 3.11.1 ([#960](https://github.com/wxt-dev/wxt/pull/960)) +- **deps:** Bump execa from 9.3.0 to 9.3.1 ([#957](https://github.com/wxt-dev/wxt/pull/957)) +- Cleanup leftover E2E test artifacts ([#968](https://github.com/wxt-dev/wxt/pull/968)) + +### ❤️ Contributors + +- 1natsu ([@1natsu172](http://github.com/1natsu172)) + ## v0.19.8 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.7...wxt-v0.19.8) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 517be7100..9ff7f4d80 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.8", + "version": "0.19.9", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",