From 145038c6a22f00f0855dac85d916ce0dbd5cc596 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 11 Jul 2023 14:45:39 +0000 Subject: [PATCH] chore(release): v0.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e309f393..6eeb78ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.1...v0.1.2) + +### 🚀 Enhancements + +- Accept a function for `config.manifest` ([ee49837](https://github.com/aklinker1/wxt/commit/ee49837)) + +### 🩹 Fixes + +- Add missing types for `webextension-polyfill` and the `manifest` option ([636aa48](https://github.com/aklinker1/wxt/commit/636aa48)) +- Only add imports to JS files ([b29c3c6](https://github.com/aklinker1/wxt/commit/b29c3c6)) +- Generate valid type for `EntrypointPath` when there are no entrypoints ([6e7184d](https://github.com/aklinker1/wxt/commit/6e7184d)) + +### 🌊 Types + +- Change `config.vite` to `UserConfig` ([ef6001e](https://github.com/aklinker1/wxt/commit/ef6001e)) + +### ❤️ Contributors + +- Aaron Klinker + ## v0.1.1 [compare changes](https://github.com/aklinker1/wxt/compare/v0.1.0...v0.1.1) diff --git a/package.json b/package.json index 972d93ed..2dcd75d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",