diff --git a/.changeset/tough-snails-exist.md b/.changeset/tough-snails-exist.md deleted file mode 100644 index d0ad3ff..0000000 --- a/.changeset/tough-snails-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix unification of function calls (https://github.com/ts-plus/typescript/pull/220) diff --git a/CHANGELOG.md b/CHANGELOG.md index d963ff2..2a5d843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.132 + +### Patch Changes + +- [`5ce4546`](https://github.com/ts-plus/installer/commit/5ce45464ae5856b838897870167c9e07d9a5623d) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix unification of function calls (https://github.com/ts-plus/typescript/pull/220) + ## 0.0.131 ### Patch Changes diff --git a/package.json b/package.json index 1572935..1218c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.131", + "version": "0.0.132", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",