diff --git a/.changeset/neat-stingrays-warn.md b/.changeset/neat-stingrays-warn.md deleted file mode 100644 index 925b9a3..0000000 --- a/.changeset/neat-stingrays-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix Watch Mode (https://github.com/ts-plus/typescript/pull/198) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f72266..1d9ae7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.119 + +### Patch Changes + +- [`4d7e215`](https://github.com/ts-plus/installer/commit/4d7e21531560966c8610deb842cac18241431d34) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix Watch Mode (https://github.com/ts-plus/typescript/pull/198) + ## 0.0.118 ### Patch Changes diff --git a/package.json b/package.json index ac33f14..5cc4e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.118", + "version": "0.0.119", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",