From c570171f2c6d80a9aba60d92bfa12218dc7452bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Apr 2022 17:09:59 +0000 Subject: [PATCH] Version Packages --- .changeset/tidy-pots-thank.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-pots-thank.md diff --git a/.changeset/tidy-pots-thank.md b/.changeset/tidy-pots-thank.md deleted file mode 100644 index 00bac19..0000000 --- a/.changeset/tidy-pots-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -Improve union unification algorithm (https://github.com/ts-plus/typescript/pull/130) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760523d..39c5e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.72 + +### Patch Changes + +- [`97203e8`](https://github.com/ts-plus/installer/commit/97203e877e5060877b41aeda471ea1eb2c0898d9) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Improve union unification algorithm (https://github.com/ts-plus/typescript/pull/130) + ## 0.0.71 ### Patch Changes diff --git a/package.json b/package.json index 96f303c..6ea9b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.71", + "version": "0.0.72", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",