From dd05ed4d4c588b7b3ecddf116f17a5fd10347022 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 4 Feb 2024 23:41:38 +0000 Subject: [PATCH] chore(release): v0.16.3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033cc52ad..3ed0682e3 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 cc645e657..4a0f38b8c 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",