diff --git a/.changeset/heavy-lamps-search.md b/.changeset/heavy-lamps-search.md deleted file mode 100644 index 7e106d7..0000000 --- a/.changeset/heavy-lamps-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: check for node existence diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a7d89..6458fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.161 + +### Patch Changes + +- [`bb02e37`](https://github.com/ts-plus/installer/commit/bb02e373e4f19a09bfb3755c08e87f65d0e14e7d) Thanks [@0x706b](https://github.com/0x706b)! - fix: check for node existence + ## 0.0.160 ### Patch Changes diff --git a/package.json b/package.json index f49044c..acded78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.160", + "version": "0.0.161", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",