From a360965d92e7518ff8b40e1638e6653406310589 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 15 Nov 2024 15:28:53 +0000 Subject: [PATCH] chore(release): @wxt-dev/module-vue v1.0.2 --- packages/module-vue/CHANGELOG.md | 19 +++++++++++++++++++ packages/module-vue/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/module-vue/CHANGELOG.md b/packages/module-vue/CHANGELOG.md index 2c5330f7b..d9c20d7cf 100644 --- a/packages/module-vue/CHANGELOG.md +++ b/packages/module-vue/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.1...module-vue-v1.0.2) + +### 🩹 Fixes + +- Use `config:resolved` hook to update config instead of `ready` ([#1178](https://github.com/wxt-dev/wxt/pull/1178)) + +### 🏡 Chore + +- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) +- **deps:** Bump @vitejs/plugin-vue from 5.1.1 to 5.1.4 ([#1020](https://github.com/wxt-dev/wxt/pull/1020)) +- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040)) +- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v1.0.1 [compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.0...module-vue-v1.0.1) diff --git a/packages/module-vue/package.json b/packages/module-vue/package.json index d943f3659..f58666856 100644 --- a/packages/module-vue/package.json +++ b/packages/module-vue/package.json @@ -17,7 +17,7 @@ "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",