diff --git a/.changeset/rude-students-applaud.md b/.changeset/rude-students-applaud.md deleted file mode 100644 index d42e314..0000000 --- a/.changeset/rude-students-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix remove global modules if transformed (https://github.com/ts-plus/typescript/pull/124) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd2513..e78b0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.66 + +### Patch Changes + +- [`5fae54a`](https://github.com/ts-plus/installer/commit/5fae54a0019837802ead6cb42cc2ff17dfea03a1) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix remove global modules if transformed (https://github.com/ts-plus/typescript/pull/124) + ## 0.0.65 ### Patch Changes diff --git a/package.json b/package.json index 8687a1b..e032a7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.65", + "version": "0.0.66", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",