diff --git a/.changeset/new-geckos-brush.md b/.changeset/new-geckos-brush.md deleted file mode 100644 index eaccce0..0000000 --- a/.changeset/new-geckos-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Enable extensions for intrinsic types (https://github.com/ts-plus/typescript/pull/74) diff --git a/.changeset/silver-lamps-tap.md b/.changeset/silver-lamps-tap.md deleted file mode 100644 index 1eb76ba..0000000 --- a/.changeset/silver-lamps-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix Pipeable with no generics (https://github.com/ts-plus/typescript/pull/73) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c06e98..966f8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @tsplus/installer +## 0.0.32 + +### Patch Changes + +- [`469a4f9`](https://github.com/ts-plus/installer/commit/469a4f914c8eb573cdfe5096f3f3eb254fd4eb8f) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Enable extensions for intrinsic types (https://github.com/ts-plus/typescript/pull/74) + +* [`469a4f9`](https://github.com/ts-plus/installer/commit/469a4f914c8eb573cdfe5096f3f3eb254fd4eb8f) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix Pipeable with no generics (https://github.com/ts-plus/typescript/pull/73) + ## 0.0.31 ### Patch Changes diff --git a/package.json b/package.json index d36db61..c67c7b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.31", + "version": "0.0.32", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",