chore(release): v0.5.3

This commit is contained in:
GitHub Actions
2023-09-19 21:40:41 +00:00
parent 8e3169eb1e
commit 71743b3bf3
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -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 <aaronklinker1@gmail.com>
- Aaron Klinker <aaronklinker1@gmail.com>
## v0.5.2
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.5.1...v0.5.2)
+1 -1
View File
@@ -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",