Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Sep 4, 2022
1 parent a491be7 commit 127cdda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## <small>0.5.1 (2022-09-04)</small>

* fix: changed overflow style and opacity (#170) ([2824b50](https://github.com/fi3ework/vite-plugin-checker/commit/2824b50)), closes [#170](https://github.com/fi3ework/vite-plugin-checker/issues/170)
* fix: skip running ESLint on ignored files (#162) ([a491be7](https://github.com/fi3ework/vite-plugin-checker/commit/a491be7)), closes [#162](https://github.com/fi3ework/vite-plugin-checker/issues/162)
* build: move CHANGELOG to root ([acf6b83](https://github.com/fi3ework/vite-plugin-checker/commit/acf6b83))
* docs: update demo links ([f73577e](https://github.com/fi3ework/vite-plugin-checker/commit/f73577e))
* refactor: clean code ([e8c285a](https://github.com/fi3ework/vite-plugin-checker/commit/e8c285a))



## 0.5.0 (2022-08-26)

* chore: clean code ([6163d65](https://github.com/fi3ework/vite-plugin-checker/commit/6163d65))
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.0",
"version": "0.5.1",
"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 127cdda

Please sign in to comment.