chore(release): v0.2.3

This commit is contained in:
GitHub Actions
2023-07-16 17:05:39 +00:00
parent c71b5e12f2
commit 89174d2baf
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## v0.2.3
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.2...v0.2.3)
### 🩹 Fixes
- Correctly lookup open port ([#45](https://github.com/aklinker1/wxt/pull/45))
- Read boolean maniest options from meta tags correctly ([495c5c8](https://github.com/aklinker1/wxt/commit/495c5c8))
- Some fields cannot be overridden from `config.manifest` ([#46](https://github.com/aklinker1/wxt/pull/46))
### ❤️ Contributors
- Aaron
- Aaron Klinker
## v0.2.2
[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.1...v0.2.2)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.2.2",
"version": "0.2.3",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",