From 5fa5fd01cb88246da016a7003c0bca9938c52941 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 20 Jul 2023 16:19:32 +0000 Subject: [PATCH] chore(release): v0.2.5 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe3ffc6..02c69558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.2.5 + +[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.4...v0.2.5) + +### 🚀 Enhancements + +- Auto-import from subdirectories ([547fee0](https://github.com/aklinker1/wxt/commit/547fee0)) +- Include background script in dev mode if user doesn't define one ([ca20a21](https://github.com/aklinker1/wxt/commit/ca20a21)) + +### 🩹 Fixes + +- Don't crash when generating types in dev mode ([d8c1903](https://github.com/aklinker1/wxt/commit/d8c1903)) +- Properly load entrypoints that reference `import.meta` ([54b18cc](https://github.com/aklinker1/wxt/commit/54b18cc)) + +### 🏡 Chore + +- Update templates to wxt@0.2 ([9d00eb2](https://github.com/aklinker1/wxt/commit/9d00eb2)) + +### 🤖 CI + +- Validate project templates ([9ac756f](https://github.com/aklinker1/wxt/commit/9ac756f)) + +### ❤️ Contributors + +- Aaron Klinker + ## v0.2.4 [compare changes](https://github.com/aklinker1/wxt/compare/v0.2.3...v0.2.4) diff --git a/package.json b/package.json index 33054bc9..ffdf5b92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.2.4", + "version": "0.2.5", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",