chore(release): v0.7.3

This commit is contained in:
GitHub Actions
2023-10-07 14:59:25 +00:00
parent da1f7f3ea5
commit d10c22fbd9
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.7.3
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.2...v0.7.3)
### 🚀 Enhancements
- Support JS entrypoints ([#155](https://github.com/wxt-dev/wxt/pull/155))
## v0.7.2
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.1...v0.7.2)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.7.2",
"version": "0.7.3",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",