From 4f82645c08f903e1c2ec4cfb0f7a4e7685dc6c85 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 Oct 2023 15:59:17 +0000 Subject: [PATCH] chore(release): v0.7.4 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddcda7d..6486a88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.7.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.3...v0.7.4) + +### 🩹 Fixes + +- Support `react-refresh` when pre-rendering HTML pages in dev mode ([#158](https://github.com/wxt-dev/wxt/pull/158)) + +### 📖 Documentation + +- Add migration guides ([b58fb02](https://github.com/wxt-dev/wxt/commit/b58fb02)) + +### 🏡 Chore + +- Upgrade templates to v0.7 ([#156](https://github.com/wxt-dev/wxt/pull/156)) + ## v0.7.3 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.2...v0.7.3) diff --git a/package.json b/package.json index 6dd8dfb9..9a689bbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.7.3", + "version": "0.7.4", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",