diff --git a/.changeset/rude-dogs-leave.md b/.changeset/rude-dogs-leave.md deleted file mode 100644 index ae754b0..0000000 --- a/.changeset/rude-dogs-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Improved Type Unification (https://github.com/ts-plus/typescript/pull/222) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5d843..5f44c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.133 + +### Patch Changes + +- [`61bdeb8`](https://github.com/ts-plus/installer/commit/61bdeb8167965e23cefc8fe26dd964f4ca64b32e) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Improved Type Unification (https://github.com/ts-plus/typescript/pull/222) + ## 0.0.132 ### Patch Changes diff --git a/package.json b/package.json index 1218c9b..e1901ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.132", + "version": "0.0.133", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",