Skip to content

Commit

Permalink
version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilamran committed Feb 29, 2020
1 parent 8641cc4 commit c07c75f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# @gilamran/tsc-watch CHANGELOG

## v4.2.0 - 29/2/2020

Using readline instead of raw stdout buffer - (Thanks to @Janpot for the idea)

## v4.1.0 - 22/1/2020

Added the `onCompilationComplete` option - (Thanks to @ackvf for the idea)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tsc-watch",
"version": "4.2.0-rc1",
"version": "4.2.0",
"description": "The TypeScript compiler with onSuccess command",
"scripts": {
"publish": "node release.js",
Expand Down

0 comments on commit c07c75f

Please sign in to comment.