From 6b37e670f9a89b1c991f31d29a71a99a1d5c3147 Mon Sep 17 00:00:00 2001 From: fi3ework Date: Sat, 18 Feb 2023 00:55:30 +0800 Subject: [PATCH] release: vite-plugin-checker@0.5.6 --- CHANGELOG.md | 14 ++++++++++++++ packages/vite-plugin-checker/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6d53d1..4d589d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 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)) +* fix: use Vite's native logger to log and clean screen before log (#209) ([8dd4915](https://github.com/fi3ework/vite-plugin-checker/commit/8dd4915)), closes [#209](https://github.com/fi3ework/vite-plugin-checker/issues/209) +* fix(vue-tsc): compatible with vue-tsc@^1.1.0 ([96b762b](https://github.com/fi3ework/vite-plugin-checker/commit/96b762b)) +* docs: add how to use with Nuxt ([7eb4c84](https://github.com/fi3ework/vite-plugin-checker/commit/7eb4c84)) +* docs: add missing step for Nuxt ([9ceacd6](https://github.com/fi3ework/vite-plugin-checker/commit/9ceacd6)) +* docs: add version requirement ([219c7ed](https://github.com/fi3ework/vite-plugin-checker/commit/219c7ed)) +* docs: eslint (#210) ([f65aa71](https://github.com/fi3ework/vite-plugin-checker/commit/f65aa71)), closes [#210](https://github.com/fi3ework/vite-plugin-checker/issues/210) +* refactor: clean code ([90780c3](https://github.com/fi3ework/vite-plugin-checker/commit/90780c3)) +* ci: add publint ([ee50bae](https://github.com/fi3ework/vite-plugin-checker/commit/ee50bae)) + + + ## 0.5.5 (2023-01-26) * refactor: bump vite in devDep to ^4 (#208) ([61b7aea](https://github.com/fi3ework/vite-plugin-checker/commit/61b7aea)), closes [#208](https://github.com/fi3ework/vite-plugin-checker/issues/208) diff --git a/packages/vite-plugin-checker/package.json b/packages/vite-plugin-checker/package.json index ade06cb4..5d78ee80 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.5", + "version": "0.5.6", "description": "Vite plugin that runs TypeScript type checker on a separate process.", "types": "./dist/esm/main.d.ts", "main": "./dist/cjs/main.js",