Skip to content

Commit

Permalink
Version 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gilamran committed May 23, 2020
1 parent 5027aa3 commit 12155da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @gilamran/tsc-watch CHANGELOG

## v4.2.8 - 23/5/2020

Fix: spawn compiler using node, this fixes issues with yarn v2 (pnp) - (Thanks to @merceyz)

## v4.2.6 - 18/5/2020

Using number 15 instead of SIGTERM to support POSIX standard - (Thanks to @Asarew)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsc-watch",
"version": "4.2.7",
"version": "4.2.8",
"description": "The TypeScript compiler with onSuccess command",
"scripts": {
"test": "mocha test/**/*.js"
Expand Down

0 comments on commit 12155da

Please sign in to comment.