From 0c8fc013a8d7d7269aea24ef46d26d22132d897a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 30 Jan 2024 19:01:54 +0000 Subject: [PATCH] chore(release): v0.15.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cb4176..a87997e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.15.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.15.1...v0.15.2) + +### 🚀 Enhancements + +- Add `submit` command ([#370](https://github.com/wxt-dev/wxt/pull/370)) + +### 🩹 Fixes + +- **dev:** Resolve `script` and `link` aliases ([#387](https://github.com/wxt-dev/wxt/pull/387)) + +### ❤️ Contributors + +- Nenad Novaković + ## v0.15.1 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.15.0...v0.15.1) diff --git a/package.json b/package.json index 265128df..3cc5e46b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.15.1", + "version": "0.15.2", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",