From 835f829ea490c7a2f5059546139f0604058101c4 Mon Sep 17 00:00:00 2001 From: fi3ework Date: Mon, 1 May 2023 00:33:03 +0800 Subject: [PATCH] release: vite-plugin-checker@0.6.0 --- CHANGELOG.md | 12 ++++++++++++ packages/vite-plugin-checker/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d589d60..4f7d39e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.6.0 (2023-04-30) + +* fix: compatible with mac’s duplication watch report ([5dd90c9](https://github.com/fi3ework/vite-plugin-checker/commit/5dd90c9)) +* fix: require vue-tsc >= 1.3.9 ([69a73a9](https://github.com/fi3ework/vite-plugin-checker/commit/69a73a9)) +* fix: support vue-tsc works with ts5 ([ebf8996](https://github.com/fi3ework/vite-plugin-checker/commit/ebf8996)) +* fix: throw when using —fix with ESLint ([6d3887d](https://github.com/fi3ework/vite-plugin-checker/commit/6d3887d)) +* fix(stylelint): parse lintCommand like argv ([20b7399](https://github.com/fi3ework/vite-plugin-checker/commit/20b7399)) +* build: bump vitest ([30510a6](https://github.com/fi3ework/vite-plugin-checker/commit/30510a6)) +* chore: bump vue-tsc to latest ([8a99b8f](https://github.com/fi3ework/vite-plugin-checker/commit/8a99b8f)) + + + ## 0.5.6 (2023-02-17) * chore(playground): lock vue-tsc to ~1.0.0 ([50a2609](https://github.com/fi3ework/vite-plugin-checker/commit/50a2609)) diff --git a/packages/vite-plugin-checker/package.json b/packages/vite-plugin-checker/package.json index f989bf16..df950699 100644 --- a/packages/vite-plugin-checker/package.json +++ b/packages/vite-plugin-checker/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-checker", - "version": "0.5.6", + "version": "0.6.0", "description": "Vite plugin that runs TypeScript type checker on a separate process.", "types": "./dist/esm/main.d.ts", "main": "./dist/cjs/main.js",