chore(release): v0.12.2

This commit is contained in:
GitHub Actions
2023-12-19 17:48:24 +00:00
parent 1a8b7ff635
commit 7fd5752ef1
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.12.2
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.1...v0.12.2)
### 🚀 Enhancements
- Support PNPM without hoisting dependencies ([#291](https://github.com/wxt-dev/wxt/pull/291))
## v0.12.1
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.0...v0.12.1)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.12.1",
"version": "0.12.2",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",