From d6516142d2aef5dd7ba1e1029814e4ef41921f3c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Jan 2024 19:57:03 +0000 Subject: [PATCH] chore(release): v0.14.2 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f4ebf7..ca87f753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v0.14.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.1...v0.14.2) + +### 🚀 Enhancements + +- Add `filterEntrypoints` option to speed up development ([#344](https://github.com/wxt-dev/wxt/pull/344)) + +### 🔥 Performance + +- Only call `findEntrypoint` once per build ([#342](https://github.com/wxt-dev/wxt/pull/342)) + +### 🩹 Fixes + +- Improve error message and document use of imported variables outside an entrypoint's `main` function ([#346](https://github.com/wxt-dev/wxt/pull/346)) +- Allow `browser.runtime.getURL` to include hashes and query params for HTML paths ([#350](https://github.com/wxt-dev/wxt/pull/350)) + +### 📖 Documentation + +- Fix typos and outdated ui function usage ([#347](https://github.com/wxt-dev/wxt/pull/347)) + +### 🏡 Chore + +- Update templates to `^0.14.0` ([70a4961](https://github.com/wxt-dev/wxt/commit/70a4961)) +- Fix typo in function name ([a329e24](https://github.com/wxt-dev/wxt/commit/a329e24)) + +### ❤️ Contributors + +- Yuns ([@yunsii](http://github.com/yunsii)) +- Armin + ## v0.14.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.0...v0.14.1) diff --git a/package.json b/package.json index 9345dbcd..b90588d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.14.1", + "version": "0.14.2", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",