diff --git a/CHANGELOG.md b/CHANGELOG.md index 033cc52a..3ed0682e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v0.16.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.2...v0.16.3) + +### 🚀 Enhancements + +- Hooks ([#419](https://github.com/wxt-dev/wxt/pull/419)) + +### 🩹 Fixes + +- **init:** Use `ungh` to prevent rate limits when loading templates ([37ad2c7](https://github.com/wxt-dev/wxt/commit/37ad2c7)) + +### 📖 Documentation + +- Fix typo of intuitive ([#415](https://github.com/wxt-dev/wxt/pull/415)) +- Fix typo of opinionated ([#416](https://github.com/wxt-dev/wxt/pull/416)) + +### 🏡 Chore + +- Add dependabot for github actions ([#404](https://github.com/wxt-dev/wxt/pull/404)) +- **deps-dev:** Bump happy-dom from 12.10.3 to 13.3.8 ([#411](https://github.com/wxt-dev/wxt/pull/411)) +- **deps-dev:** Bump typescript from 5.3.2 to 5.3.3 ([#409](https://github.com/wxt-dev/wxt/pull/409)) +- Register global `wxt` instance ([#418](https://github.com/wxt-dev/wxt/pull/418)) + +### ❤️ Contributors + +- Chen Hua +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) + ## v0.16.2 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.16.1...v0.16.2) diff --git a/package.json b/package.json index cc645e65..4a0f38b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.16.2", + "version": "0.16.3", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",