From 6f5fa9f51cd50a42c40ea32aca7cf163e2bc2107 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 14 Jul 2023 14:42:45 +0000 Subject: [PATCH] chore(release): v0.1.6 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa9190d4..3d3eac36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ced55759d..cedb196d5 100644 --- a/package.json +++ b/package.json @@ -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",