diff --git a/CHANGELOG.md b/CHANGELOG.md index 013b08bb..71037841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.17.0 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.11...v0.17.0) diff --git a/package.json b/package.json index d19d2569..5851ccfd 100644 --- a/package.json +++ b/package.json @@ -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",