From b6f86aa597857660ab7408858f6628193cd92a80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Mar 2022 21:29:08 +0000 Subject: [PATCH] Version Packages --- .changeset/shiny-cups-lie.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shiny-cups-lie.md 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",