From 71743b3bf34a42b68b641bee72feff3fcde56669 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 19 Sep 2023 21:40:41 +0000 Subject: [PATCH] chore(release): v0.5.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e27ba7c..63a4ca3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.5.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.5.2...v0.5.3) + +### 🩹 Fixes + +- Allow function for vite config ([4ec904e](https://github.com/wxt-dev/wxt/commit/4ec904e)) + +### 🏡 Chore + +- Refactor how config is resolved ([#118](https://github.com/wxt-dev/wxt/pull/118)) + +### ❤️ Contributors + +- Aaron +- Aaron Klinker + ## v0.5.2 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.5.1...v0.5.2) diff --git a/package.json b/package.json index c69bc9fd..60b15d1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.5.2", + "version": "0.5.3", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18.16.0",