From 8c24245fb5cb1fa1cd530fd6e1f9bae93c2747b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Jan 2023 16:04:55 +0000 Subject: [PATCH] Version Packages --- .changeset/sour-ties-work.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-ties-work.md diff --git a/.changeset/sour-ties-work.md b/.changeset/sour-ties-work.md deleted file mode 100644 index 638d820..0000000 --- a/.changeset/sour-ties-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -chore: rebase onto microsoft/main diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc8aa6..aabddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.165 + +### Patch Changes + +- [`988962c`](https://github.com/ts-plus/installer/commit/988962ca92cff75c3bd5f115f654db08e340d1fa) Thanks [@0x706b](https://github.com/0x706b)! - chore: rebase onto microsoft/main + ## 0.0.164 ### Patch Changes diff --git a/package.json b/package.json index af424dc..27232d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.164", + "version": "0.0.165", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",