diff --git a/.changeset/shiny-cups-lie.md b/.changeset/shiny-cups-lie.md deleted file mode 100644 index ea9efdb..0000000 --- a/.changeset/shiny-cups-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Fix: unassignable unique symbol for static extensions (https://github.com/ts-plus/typescript/pull/88) diff --git a/CHANGELOG.md b/CHANGELOG.md index a521ca3..b2a5e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.39 + +### Patch Changes + +- [`a9874ca`](https://github.com/ts-plus/installer/commit/a9874ca3bfbd2ff9aac8b24bd912d19c186d9cf1) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix: unassignable unique symbol for static extensions (https://github.com/ts-plus/typescript/pull/88) + ## 0.0.38 ### Patch Changes diff --git a/package.json b/package.json index c57fec9..deb6ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.38", + "version": "0.0.39", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",