chore(release): v0.15.4

This commit is contained in:
GitHub Actions
2024-01-31 17:42:07 +00:00
parent ba5349ccaf
commit ecc06e5ee5
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.15.4
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.15.3...v0.15.4)
### 🩹 Fixes
- **submit:** Load `.env.submit` automatically when running `wxt submit` and `wxt submit init` ([#391](https://github.com/wxt-dev/wxt/pull/391))
## v0.15.3
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.15.2...v0.15.3)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.15.3",
"version": "0.15.4",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",