From f5ba1173dac09f586f6118e6e353b57ccc3c4462 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 29 Dec 2023 07:39:32 +0000 Subject: [PATCH] chore(release): v0.13.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7556232e..1b530f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.13.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.13.0...v0.13.1) + +### 🩹 Fixes + +- **storage:** Support multiple `:` characters in storage keys ([#303](https://github.com/wxt-dev/wxt/pull/303)) +- Ship `vite/client` types internally for proper resolution using PNPM ([#304](https://github.com/wxt-dev/wxt/pull/304)) + +### 📖 Documentation + +- Reorder guide ([6421ab3](https://github.com/wxt-dev/wxt/commit/6421ab3)) +- General fixes and improvements ([2ad099b](https://github.com/wxt-dev/wxt/commit/2ad099b)) + +### 🏡 Chore + +- Update `scripts/build.ts` show current build step in progress, not completed count ([#306](https://github.com/wxt-dev/wxt/pull/306)) + ## v0.13.0 [compare changes](https://github.com/wxt-dev/wxt/compare/v0.12.5...v0.13.0) diff --git a/package.json b/package.json index f3f96a62..4b7e1a37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Next gen framework for developing web extensions", "engines": { "node": ">=18",