Skip to content

Commit

Permalink
release: vite-plugin-checker@0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jul 23, 2021
1 parent 95aa772 commit 9e46176
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/vite-plugin-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.3.3](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.3.1...vite-plugin-checker@0.3.3) (2021-07-23)


### Bug Fixes

* eslint normalization ([#52](https://github.com/fi3ework/vite-plugin-checker/issues/52)) ([95aa772](https://github.com/fi3ework/vite-plugin-checker/commit/95aa772d934a3fe48baa6edd002aed0cd19abc8c))
* use `fs.promises` instead of `fs/promises` ([#43](https://github.com/fi3ework/vite-plugin-checker/issues/43)) ([8dd5446](https://github.com/fi3ework/vite-plugin-checker/commit/8dd54464f221f96fd2a96a30813df25aca8b77c9))
* warning level logging ([#51](https://github.com/fi3ework/vite-plugin-checker/issues/51)) ([5b0ac3a](https://github.com/fi3ework/vite-plugin-checker/commit/5b0ac3aa84a88a9e0f1067881f84c6997e346e89))


### Performance Improvements

* drop readFileSync ([#45](https://github.com/fi3ework/vite-plugin-checker/issues/45)) ([12af43d](https://github.com/fi3ework/vite-plugin-checker/commit/12af43d83b276f3c17358dd14c7273281cf6e658))



## [0.3.2](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.3.1...vite-plugin-checker@0.3.2) (2021-07-19)


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.3.2",
"version": "0.3.3",
"description": "Vite plugin that runs TypeScript type checker on a separate process.",
"main": "lib/main.js",
"bin": {
Expand Down

0 comments on commit 9e46176

Please sign in to comment.