chore(release): v0.17.1

This commit is contained in:
GitHub Actions
2024-02-23 18:54:07 +00:00
parent 3fbbe2ccde
commit 2bc0e5933d
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog
## v0.17.1
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.0...v0.17.1)
### 🩹 Fixes
- Content scripts not loading in dev mode ([3fbbe2c](https://github.com/wxt-dev/wxt/commit/3fbbe2c))
### 📖 Documentation
- Lots of small typo fixes ([#480](https://github.com/wxt-dev/wxt/pull/480))
### ❤️ Contributors
- Leo Shklovskii <leo@thermopylae.net>
## v0.17.0
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.11...v0.17.0)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.17.0",
"version": "0.17.1",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18",