From f746d462476917b116260f6813dc5fa9fe451348 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 6 Aug 2024 12:29:43 +0000 Subject: [PATCH] chore(release): @wxt-dev/module-svelte v1.0.1 --- packages/module-svelte/CHANGELOG.md | 28 +++++++++++++++++++++++++++- packages/module-svelte/package.json | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/packages/module-svelte/CHANGELOG.md b/packages/module-svelte/CHANGELOG.md index 2bfd931a5..9f282ac89 100644 --- a/packages/module-svelte/CHANGELOG.md +++ b/packages/module-svelte/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v1.0.1 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1) + +### 🩹 Fixes + +- Upgrade wxt peer to >= 0.18.6 ([7edf1c8](https://github.com/wxt-dev/wxt/commit/7edf1c8)) + +### 📖 Documentation + +- Fix link to unimport ([#826](https://github.com/wxt-dev/wxt/pull/826)) + +### 🏡 Chore + +- Add changelog ([21e8ca0](https://github.com/wxt-dev/wxt/commit/21e8ca0)) +- Extract build cache script to NPM package ([#737](https://github.com/wxt-dev/wxt/pull/737)) +- **deps:** Upgrade non-major deps ([#778](https://github.com/wxt-dev/wxt/pull/778)) +- **deps:** Bump all non-major dependencies ([#834](https://github.com/wxt-dev/wxt/pull/834)) +- **deps:** Upgrade all dependencies ([#869](https://github.com/wxt-dev/wxt/pull/869)) +- Add more metadata for npm ([#885](https://github.com/wxt-dev/wxt/pull/885)) + +### ❤️ Contributors + +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) +- Eetann ([@eetann](http://github.com/eetann)) + ## v1.0.0 -Initial release 🎉 +Initial release 🎉 \ No newline at end of file diff --git a/packages/module-svelte/package.json b/packages/module-svelte/package.json index b0868c6e2..9a10e5886 100644 --- a/packages/module-svelte/package.json +++ b/packages/module-svelte/package.json @@ -17,7 +17,7 @@ "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",