diff --git a/.changeset/polite-impalas-kick.md b/.changeset/polite-impalas-kick.md deleted file mode 100644 index 7ddffe0..0000000 --- a/.changeset/polite-impalas-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix interaction between Operators and Do (https://github.com/ts-plus/typescript/pull/165) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10c84a..a42126b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.99 + +### Patch Changes + +- [`66252f9`](https://github.com/ts-plus/installer/commit/66252f91f4536d6fbff41195042b2a622b24b092) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix interaction between Operators and Do (https://github.com/ts-plus/typescript/pull/165) + ## 0.0.98 ### Patch Changes diff --git a/package.json b/package.json index ef2f4a6..3f55907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.98", + "version": "0.0.99", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",