diff --git a/.changeset/nasty-apricots-leave.md b/.changeset/nasty-apricots-leave.md deleted file mode 100644 index 7addbf6..0000000 --- a/.changeset/nasty-apricots-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix Do when map-flatMap are pipeable (https://github.com/ts-plus/typescript/pull/203) diff --git a/CHANGELOG.md b/CHANGELOG.md index df40e30..64c9080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.121 + +### Patch Changes + +- [`d7ed5f1`](https://github.com/ts-plus/installer/commit/d7ed5f1c5953105c873920f1f4fe16abbb4c5daa) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix Do when map-flatMap are pipeable (https://github.com/ts-plus/typescript/pull/203) + ## 0.0.120 ### Patch Changes diff --git a/package.json b/package.json index 21abd44..2c57cbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.120", + "version": "0.0.121", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",