chore(release): v0.1.5

This commit is contained in:
GitHub Actions
2023-07-13 22:53:25 +00:00
parent 371be99770
commit 4e17c8424f
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.1.5
[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.4...v0.1.5)
### 🩹 Fixes
- Include `vite/client` types ([371be99](https://github.com/aklinker1/wxt/commit/371be99))
### ❤️ Contributors
- Aaron Klinker
## v0.1.4
[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.3...v0.1.4)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",