diff --git a/.changeset/popular-rules-jump.md b/.changeset/popular-rules-jump.md deleted file mode 100644 index f4408ca..0000000 --- a/.changeset/popular-rules-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: remove debugger statement diff --git a/.changeset/wet-fans-arrive.md b/.changeset/wet-fans-arrive.md deleted file mode 100644 index 17268ea..0000000 --- a/.changeset/wet-fans-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: emit all jsdoc comments in declaration files diff --git a/CHANGELOG.md b/CHANGELOG.md index a700d41..2bf76c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @tsplus/installer +## 0.0.148 + +### Patch Changes + +- [`e3424fd`](https://github.com/ts-plus/installer/commit/e3424fd4b780b963e7bd62096a262034362951e8) Thanks [@0x706b](https://github.com/0x706b)! - fix: remove debugger statement + +* [`a771f6f`](https://github.com/ts-plus/installer/commit/a771f6f3b45246b5d11a9240a3b3e73800010916) Thanks [@0x706b](https://github.com/0x706b)! - fix: emit all jsdoc comments in declaration files + ## 0.0.147 ### Patch Changes diff --git a/package.json b/package.json index 0b92218..b2527ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.147", + "version": "0.0.148", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",