diff --git a/.changeset/modern-maps-invite.md b/.changeset/modern-maps-invite.md deleted file mode 100644 index a84661e..0000000 --- a/.changeset/modern-maps-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix compilation error getGlobalBigIntType(false) to getGlobalBigIntType() diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e998c..c7a84ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.104 + +### Patch Changes + +- [`e3a44cf`](https://github.com/ts-plus/installer/commit/e3a44cfc77fd7e19eb300d53886df4fa8b425217) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix compilation error getGlobalBigIntType(false) to getGlobalBigIntType() + ## 0.0.103 ### Patch Changes diff --git a/package.json b/package.json index fd96c78..cdbccff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.103", + "version": "0.0.104", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",