diff --git a/.changeset/smart-peaches-build.md b/.changeset/smart-peaches-build.md deleted file mode 100644 index 43d16ee..0000000 --- a/.changeset/smart-peaches-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tsplus/installer": patch ---- - -fix: duplicate local unique name -fix: unannotated union inheritance diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd7350..197de74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @tsplus/installer +## 0.0.78 + +### Patch Changes + +- [`236dd27`](https://github.com/ts-plus/installer/commit/236dd27271ff0d25a946769d521223ed68c5edbb) Thanks [@0x706b](https://github.com/0x706b)! - fix: duplicate local unique name + fix: unannotated union inheritance + ## 0.0.77 ### Patch Changes diff --git a/package.json b/package.json index cca370c..8808d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/installer", - "version": "0.0.77", + "version": "0.0.78", "repository": "https://github.com/ts-plus/installer.git", "author": "Michael Arnaldi ", "license": "MIT",