chore(release): v0.17.2

This commit is contained in:
GitHub Actions
2024-02-23 21:49:55 +00:00
parent c0dbffaa82
commit 3f149ac4fa
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.17.2
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.1...v0.17.2)
### 🩹 Fixes
- Don't use sub-dependency binaries directly ([#482](https://github.com/wxt-dev/wxt/pull/482))
## v0.17.1
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.0...v0.17.1)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.17.1",
"version": "0.17.2",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",