From 7e96579e169fe6f5594528cb3931376cd3edf767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Oct 2022 20:32:52 +0000 Subject: [PATCH] Version Packages --- .changeset/purple-badgers-train.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-badgers-train.md diff --git a/.changeset/purple-badgers-train.md b/.changeset/purple-badgers-train.md deleted file mode 100644 index 31dda0e..0000000 --- a/.changeset/purple-badgers-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -feat: allow class declaration as static extension diff --git a/CHANGELOG.md b/CHANGELOG.md index c611b26..2a8d7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.146 + +### Patch Changes + +- [`e168626`](https://github.com/ts-plus/installer/commit/e1686269c742284ef710d2fc6e27e2159a9a5262) Thanks [@0x706b](https://github.com/0x706b)! - feat: allow class declaration as static extension + ## 0.0.145 ### Patch Changes diff --git a/package.json b/package.json index 35c8e0f..d0797de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.145", + "version": "0.0.146", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",