diff --git a/.changeset/young-cougars-check.md b/.changeset/young-cougars-check.md deleted file mode 100644 index 811bc00..0000000 --- a/.changeset/young-cougars-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: multiple fixes for supporting external annotations diff --git a/CHANGELOG.md b/CHANGELOG.md index 6458fb9..b1a5762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.162 + +### Patch Changes + +- [`167c451`](https://github.com/ts-plus/installer/commit/167c451d9c7f07c135d64bcf3de3c65d7b978fd3) Thanks [@0x706b](https://github.com/0x706b)! - fix: multiple fixes for supporting external annotations + ## 0.0.161 ### Patch Changes diff --git a/package.json b/package.json index acded78..2f5c481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.161", + "version": "0.0.162", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",