chore(release): v0.13.0

This commit is contained in:
GitHub Actions
2023-12-27 17:05:45 +00:00
parent d1b9e5ded6
commit 712f2ed4ac
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.13.0
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.5...v0.13.0)
### 🚀 Enhancements
- ⚠️ New `wxt/storage` APIs ([#300](https://github.com/wxt-dev/wxt/pull/300))
#### ⚠️ Breaking Changes
- ⚠️ New `wxt/storage` APIs ([#300](https://github.com/wxt-dev/wxt/pull/300))
## v0.12.5
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.4...v0.12.5)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.12.5",
"version": "0.13.0",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",