Skip to content

Commit

Permalink
release: vite-plugin-checker@0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jan 26, 2023
1 parent 61b7aea commit a8a11f9
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.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)
* refactor(vue-tsc): sync tsc.js override code from volar ([fce521e](https://github.com/fi3ework/vite-plugin-checker/commit/fce521e))
* docs: polish doc ([8c0f9fd](https://github.com/fi3ework/vite-plugin-checker/commit/8c0f9fd))
* docs: update issue template ([4453a73](https://github.com/fi3ework/vite-plugin-checker/commit/4453a73))
* fix: avoid running twice in SSR mode ([0816f95](https://github.com/fi3ework/vite-plugin-checker/commit/0816f95))
* fix: compatible with jiti ([b3c271e](https://github.com/fi3ework/vite-plugin-checker/commit/b3c271e))
* fix: show overlay even runtime is loaded after connection event (#207) ([fee7924](https://github.com/fi3ework/vite-plugin-checker/commit/fee7924)), closes [#207](https://github.com/fi3ework/vite-plugin-checker/issues/207)
* fix(vue-tsc): clean fixture building steps ([c133cb2](https://github.com/fi3ework/vite-plugin-checker/commit/c133cb2))
* test: fix playground ([1d0851a](https://github.com/fi3ework/vite-plugin-checker/commit/1d0851a))



## <small>0.5.4 (2023-01-20)</small>

* refactor: add skipRuntime flag ([f107514](https://github.com/fi3ework/vite-plugin-checker/commit/f107514))
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.4",
"version": "0.5.5",
"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 a8a11f9

Please sign in to comment.