diff --git a/.changeset/lucky-donkeys-flash.md b/.changeset/lucky-donkeys-flash.md deleted file mode 100644 index 70b34bf..0000000 --- a/.changeset/lucky-donkeys-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Add diagnostic for never type in LazyArgument (https://github.com/ts-plus/typescript/pull/187) diff --git a/.changeset/many-penguins-bow.md b/.changeset/many-penguins-bow.md deleted file mode 100644 index 6ae4125..0000000 --- a/.changeset/many-penguins-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Support global imports in plain TS files (https://github.com/ts-plus/typescript/pull/188) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bc894..1837179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @tsplus/installer +## 0.0.113 + +### Patch Changes + +- [`83df03c`](https://github.com/ts-plus/installer/commit/83df03cdaf5b0f7548945cecdf369c40159f6ad4) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Add diagnostic for never type in LazyArgument (https://github.com/ts-plus/typescript/pull/187) + +* [`1d78660`](https://github.com/ts-plus/installer/commit/1d78660956373ecd6d5adfd48c335f9e27106386) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Support global imports in plain TS files (https://github.com/ts-plus/typescript/pull/188) + ## 0.0.112 ### Patch Changes diff --git a/package.json b/package.json index 12d174f..13ac3b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.112", + "version": "0.0.113", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",