chore(release): v0.2.2

This commit is contained in:
GitHub Actions
2023-07-16 15:47:47 +00:00
parent 2fb5a542d3
commit 1cfdcd7da0
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.2.2
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.1...v0.2.2)
### 🩹 Fixes
- Register content scripts correctly ([2fb5a54](https://github.com/aklinker1/wxt/commit/2fb5a54))
### ❤️ Contributors
- Aaron Klinker
## v0.2.1
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.0...v0.2.1)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",