From 5e60f37ec56904f46b104826d7273a077b566570 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 29 Jan 2024 17:18:38 +0000 Subject: [PATCH] chore(release): v0.15.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0873e478..fc2d6ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v0.15.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.7...v0.15.0) + +### 🚀 Enhancements + +- **zip:** ⚠️ Add `includeSources` and rename `ignoredSources` to `excludeSources` ([#378](https://github.com/wxt-dev/wxt/pull/378)) + +### 🩹 Fixes + +- Generate missing sourcemap in `wxt:unimport` plugin ([#381](https://github.com/wxt-dev/wxt/pull/381)) +- ⚠️ Move browser constants to `import.meta.env` ([#380](https://github.com/wxt-dev/wxt/pull/380)) +- Enable inline sourcemaps by default during development ([#382](https://github.com/wxt-dev/wxt/pull/382)) + +### 📖 Documentation + +- Fix typo ([f9718a1](https://github.com/wxt-dev/wxt/commit/f9718a1)) + +### 🏡 Chore + +- Update contributor docs ([eb758bd](https://github.com/wxt-dev/wxt/commit/eb758bd)) + +#### ⚠️ Breaking Changes + +- **zip:** ⚠️ Add `includeSources` and rename `ignoredSources` to `excludeSources` ([#378](https://github.com/wxt-dev/wxt/pull/378)) +- ⚠️ Move browser constants to `import.meta.env` ([#380](https://github.com/wxt-dev/wxt/pull/380)) + +### ❤️ Contributors + +- Nenad Novaković + ## v0.14.7 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.14.6...v0.14.7) diff --git a/package.json b/package.json index ec9d6720..1676c103 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.14.7", + "version": "0.15.0", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",