diff --git a/.changeset/strong-flowers-kiss.md b/.changeset/strong-flowers-kiss.md deleted file mode 100644 index 380ed53..0000000 --- a/.changeset/strong-flowers-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -feat: allow pipeable call extensions diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8d7be..a700d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/installer +## 0.0.147 + +### Patch Changes + +- [`322de4b`](https://github.com/ts-plus/installer/commit/322de4b700fffa5e5e4e4e38244142ad7cc10515) Thanks [@0x706b](https://github.com/0x706b)! - feat: allow pipeable call extensions + ## 0.0.146 ### Patch Changes diff --git a/package.json b/package.json index d0797de..0b92218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.146", + "version": "0.0.147", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",