chore(release): v0.7.1

This commit is contained in:
GitHub Actions
2023-10-01 04:18:14 +00:00
parent 65fcfc0064
commit 474de83e28
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog
## v0.7.1
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.0...v0.7.1)
### 🚀 Enhancements
- `createContentScriptUi` helper ([#143](https://github.com/wxt-dev/wxt/pull/143))
### 📖 Documentation
- Add docs for `createContentScriptUi` ([65fcfc0](https://github.com/wxt-dev/wxt/commit/65fcfc0))
### 🏡 Chore
- **release:** V0.7.1-alpha1 ([2d4983e](https://github.com/wxt-dev/wxt/commit/2d4983e))
## v0.7.0
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.6...v0.7.0)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.7.1-alpha1",
"version": "0.7.1",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",