chore(release): v0.12.5

This commit is contained in:
GitHub Actions
2023-12-24 14:28:21 +00:00
parent e1f181356c
commit 86182044d1
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.12.5
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.4...v0.12.5)
### 🩹 Fixes
- Correct import in dev-only, noop background ([#298](https://github.com/wxt-dev/wxt/pull/298))
## v0.12.4
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.3...v0.12.4)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.12.4",
"version": "0.12.5",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",