diff --git a/.changeset/little-kids-act.md b/.changeset/little-kids-act.md deleted file mode 100644 index bedebc4..0000000 --- a/.changeset/little-kids-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Disallow values of type any in lazyfunction arguments (https://github.com/ts-plus/typescript/pull/28) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1327a81..81520af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.13 + +### Patch Changes + +- [`17eb1dc`](https://github.com/ts-plus/installer/commit/17eb1dcc53a826b220c456c0a9261c3c23a36ce6) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Disallow values of type any in lazyfunction arguments (https://github.com/ts-plus/typescript/pull/28) + ## 0.0.12 ### Patch Changes diff --git a/package.json b/package.json index 9466492..913229a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.12", + "version": "0.0.13", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",