From 44e4bc5295639b0edef325fbb01ae4a8569ca0b6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 14 Oct 2023 15:38:11 +0000 Subject: [PATCH] chore(release): v0.8.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bbbb9c..f15ff8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v0.8.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.5...v0.8.0) + +### 🚀 Enhancements + +- ⚠️ Use `defineUnlistedScript` to define unlisted scripts ([#167](https://github.com/wxt-dev/wxt/pull/167)) + +### 📖 Documentation + +- Fix wrong links ([#166](https://github.com/wxt-dev/wxt/pull/166)) + +### 🌊 Types + +- ⚠️ Rename `BackgroundScriptDefintition` to `BackgroundDefinition` ([446f265](https://github.com/wxt-dev/wxt/commit/446f265)) + +#### ⚠️ Breaking Changes + +- ⚠️ Use `defineUnlistedScript` to define unlisted scripts ([#167](https://github.com/wxt-dev/wxt/pull/167)) +- ⚠️ Rename `BackgroundScriptDefintition` to `BackgroundDefinition` ([446f265](https://github.com/wxt-dev/wxt/commit/446f265)) + +### ❤️ Contributors + +- 渣渣120 + ## v0.7.5 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.7.4...v0.7.5) diff --git a/package.json b/package.json index cc76b84b..bbafbe48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.7.5", + "version": "0.8.0", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",