From c6161256895ed9f8abe56a1d88f939c64ddf478e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 30 Sep 2023 03:15:10 +0000 Subject: [PATCH] chore(release): v0.6.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8887f24..1f28db9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.6.5 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.4...v0.6.5) + +### 🩹 Fixes + +- Don't crash when `` matches is used in dev mode ([b48cee9](https://github.com/wxt-dev/wxt/commit/b48cee9)) +- Support loading `tsx` entrypoints ([#134](https://github.com/wxt-dev/wxt/pull/134)) + +### 📖 Documentation + +- Add tags for SEO and socials ([96be879](https://github.com/wxt-dev/wxt/commit/96be879)) +- Add more content to the homepage ([5570793](https://github.com/wxt-dev/wxt/commit/5570793)) +- Fix DX section sizing ([41e1549](https://github.com/wxt-dev/wxt/commit/41e1549)) +- Add link to update extensions using WXT ([24e69fe](https://github.com/wxt-dev/wxt/commit/24e69fe)) + +### 🏡 Chore + +- Code coverage improvements ([#131](https://github.com/wxt-dev/wxt/pull/131)) + ## v0.6.4 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.6.3...v0.6.4) diff --git a/package.json b/package.json index c15d9cbe..be37f1f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.6.4", + "version": "0.6.5", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",