From a7963e23db9dae0e7d7a4857e280f67776ad7abe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 21 Jul 2024 13:43:02 +0000 Subject: [PATCH] chore(release): wxt v0.18.15 --- packages/wxt/CHANGELOG.md | 18 ++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 26383412c..2ba941956 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.18.15 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.14...wxt-v0.18.15) + +### 🩹 Fixes + +- Don't throw error if localization file is missing ([#832](https://github.com/wxt-dev/wxt/pull/832)) +- Build latest version of package before packing ([88a1244](https://github.com/wxt-dev/wxt/commit/88a1244)) +- Externalize app config during dependency optimization ([#833](https://github.com/wxt-dev/wxt/pull/833)) + +### 📖 Documentation + +- Fix links to Guide pages ([#821](https://github.com/wxt-dev/wxt/pull/821)) + +### ❤️ Contributors + +- Eetann ([@eetann](http://github.com/eetann)) + ## v0.18.14 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.18.13...wxt-v0.18.14) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 8ce4b91df..f7c9d87c1 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.18.14", + "version": "0.18.15", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",