Skip to content

Commit

Permalink
release: vite-plugin-checker@0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Feb 17, 2023
1 parent 50a2609 commit 6b37e67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## <small>0.5.6 (2023-02-17)</small>

* 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))



## <small>0.5.5 (2023-01-26)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6b37e67

Please sign in to comment.