chore(release): v0.6.3

This commit is contained in:
GitHub Actions
2023-09-26 22:28:00 +00:00
parent a0e1b4741e
commit 50f6289ac5
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.6.3
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.2...v0.6.3)
### 🚀 Enhancements
- **client:** Add `block` and `addEventListener` utils to `ContentScriptContext` ([#128](https://github.com/wxt-dev/wxt/pull/128))
### ❤️ Contributors
- Aaron <aaronklinker1@gmail.com>
## v0.6.2
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.1...v0.6.2)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.6.2",
"version": "0.6.3",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",