chore(release): v0.2.4

This commit is contained in:
GitHub Actions
2023-07-16 19:41:24 +00:00
parent dca43efe0d
commit 236a135ac2
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.2.4
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.3...v0.2.4)
### 🚀 Enhancements
- Add `wxt zip` command ([#47](https://github.com/aklinker1/wxt/pull/47))
### ❤️ Contributors
- Aaron
## v0.2.3
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.2...v0.2.3)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.2.3",
"version": "0.2.4",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",