From ab6a34afb690b0c39b9ffa3896f3cf333441a421 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 5 Jan 2024 05:14:03 +0000 Subject: [PATCH] chore(release): v0.13.3 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c934e0b..5fa767a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.13.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.13.2...v0.13.3) + +### 🚀 Enhancements + +- **DX:** Add `ctrl+E`/`cmd+E` shortcut to reload extension during development ([#322](https://github.com/wxt-dev/wxt/pull/322)) + +### 🏡 Chore + +- **deps-dev:** Bump tsx from 4.6.2 to 4.7.0 ([#320](https://github.com/wxt-dev/wxt/pull/320)) +- **deps-dev:** Bump prettier from 3.1.0 to 3.1.1 ([#318](https://github.com/wxt-dev/wxt/pull/318)) +- **deps-dev:** Bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.34 ([#316](https://github.com/wxt-dev/wxt/pull/316)) +- Refactor manifest generation E2E tests to unit tests ([#323](https://github.com/wxt-dev/wxt/pull/323)) + ## v0.13.2 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.13.1...v0.13.2) diff --git a/package.json b/package.json index c44d39733..a34011dc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.13.2", + "version": "0.13.3", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",