Skip to content

Commit 20d7f7c

Browse files
committed
chore: update release
1 parent ca6a0ab commit 20d7f7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/curvy-brooms-peel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tsplus/installer": patch
3+
---
4+
5+
Support multiple tsplus tags per definiton (https://github.com/ts-plus/typescript/pull/25)

.changeset/lemon-hats-watch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tsplus/installer": patch
3+
---
4+
5+
Inherit extensions for members of a union type (https://github.com/ts-plus/typescript/pull/27)

src/download.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as mkdirp from "mkdirp"
44
import * as path from "path"
55
import * as rimraf from "rimraf"
66

7-
const hash = "a0fc724adf807e3fbdb61b561b50060b6d604cea"
7+
const hash = "1b49459393be53b6e77f145bfc2cdc93666a1bab"
88
const version = "4.6.0-ets.20220201"
99
const tgz = `https://raw.githubusercontent.com/ts-plus/typescript/${hash}/dev/typescript-${version}.tgz`
1010

0 commit comments

Comments
 (0)