diff --git a/.changeset/twelve-zebras-fetch.md b/.changeset/twelve-zebras-fetch.md deleted file mode 100644 index e4c0ad4..0000000 --- a/.changeset/twelve-zebras-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: pipeable validity based on type node diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0e64c..04301d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.139 + +### Patch Changes + +- [`4312f17`](https://github.com/ts-plus/installer/commit/4312f17fe70936548e51f312e92cf5c7e231084a) Thanks [@0x706b](https://github.com/0x706b)! - fix: pipeable validity based on type node + ## 0.0.138 ### Patch Changes diff --git a/package.json b/package.json index 11b1d93..97b09fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.138", + "version": "0.0.139", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",