Skip to content

Commit 7bd9404

Browse files
author
GitHub Actions
committed
chore(release): v0.6.4
1 parent cf5a7d1 commit 7bd9404

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.6.4
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.3...v0.6.4)
6+
7+
### 🩹 Fixes
8+
9+
- **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))
10+
- Use `execaCommand` instead of `node:child_process` ([#130](https://github.com/wxt-dev/wxt/pull/130))
11+
12+
### 🏡 Chore
13+
14+
- **templates:** Add `.wxt` directory to gitignore ([#129](https://github.com/wxt-dev/wxt/pull/129))
15+
- Increase E2E test timeout ([5482b2f](https://github.com/wxt-dev/wxt/commit/5482b2f))
16+
317
## v0.6.3
418

519
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.2...v0.6.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"description": "Next gen framework for developing web extensions",
66
"engines": {
77
"node": ">=18.16.0",

0 commit comments

Comments
 (0)