Skip to content

Commit

Permalink
chore(release): v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 14, 2023
1 parent 977246f commit 6f5fa9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6f5fa9f

Please sign in to comment.