From 7bd940450f6a49cb36381503ec0f33a91f7c2dbf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 27 Sep 2023 17:12:03 +0000 Subject: [PATCH] chore(release): v0.6.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9baa50..b8887f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.6.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.3...v0.6.4) + +### 🩹 Fixes + +- **content-scripts:** Don't throw an error when including `include` or `exclude` options on a content script ([455e7f3](https://github.com/wxt-dev/wxt/commit/455e7f3)) +- Use `execaCommand` instead of `node:child_process` ([#130](https://github.com/wxt-dev/wxt/pull/130)) + +### 🏡 Chore + +- **templates:** Add `.wxt` directory to gitignore ([#129](https://github.com/wxt-dev/wxt/pull/129)) +- Increase E2E test timeout ([5482b2f](https://github.com/wxt-dev/wxt/commit/5482b2f)) + ## v0.6.3 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.2...v0.6.3) diff --git a/package.json b/package.json index 2bd7d287..72a6b229 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.6.3", + "version": "0.6.4", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",