Skip to content

Commit

Permalink
version 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gil-fireblocks committed Jun 23, 2020
1 parent 0aaaf44 commit f3278a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# @gilamran/tsc-watch CHANGELOG

## v4.2.9 - 23/6/2020

fix: upgrade cross-spawn and strip-ansi (node 8+) - (Thanks to @FauxFaux for the PR)

## v4.2.8 - 23/5/2020

Fix: spawn compiler using node, this fixes issues with yarn v2 (pnp) - (Thanks to @merceyz)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tsc-watch",
"version": "4.2.8",
"version": "4.2.9",
"description": "The TypeScript compiler with onSuccess command",
"scripts": {
"test": "mocha test/**/*.js"
Expand Down

0 comments on commit f3278a3

Please sign in to comment.