chore(release): v0.1.6

This commit is contained in:
GitHub Actions
2023-07-14 14:42:45 +00:00
parent 977246f9ed
commit 6f5fa9f51c
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -1,5 +1,24 @@
# Changelog
## v0.1.6
[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.5...v0.1.6)
### 🩹 Fixes
- Resolve tsconfig paths in vite ([ea92a27](https://github.com/aklinker1/wxt/commit/ea92a27))
- Add logs when a hot reload happens ([977246f](https://github.com/aklinker1/wxt/commit/977246f))
### 🏡 Chore
- React and Vue starter templates ([#33](https://github.com/aklinker1/wxt/pull/33))
- Svelte template ([#34](https://github.com/aklinker1/wxt/pull/34))
### ❤️ Contributors
- Aaron Klinker
- Aaron
## v0.1.5
[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.4...v0.1.5)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "Next gen framework for developing web extensions",
"engines": {
"node": ">=18.16.0",