Skip to content

Commit b9feb80

Browse files
committed
v1.2.0
1 parent 8818be2 commit b9feb80

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Include better-typescript-lib with triple-slash directives from the entry point
4242

4343
| better-typescript-lib | TypeScript |
4444
| --------------------- | --------------- |
45+
| 1.2.0 | TS 4.4 or later |
4546
| 1.1.0 | TS 4.2 or later |
4647
| 1.0.0 | TS 4.1 or later |
4748

package-template/package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"name": "better-typescript-lib",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Better TypeScript standard library",
55
"main": "index.js",
66
"types": "./lib.esnext.d.ts",
77
"keywords": [
88
"TypeScript"
99
],
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/uhyo/better-typescript-lib"
13+
},
1014
"author": "uhyo <[email protected]>",
1115
"license": "Apache-2.0",
1216
"peerDependencies": {
13-
"typescript": ">=4.2"
17+
"typescript": ">=4.4"
1418
}
1519
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-typescript-lib",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Better TypeScript standard library",
55
"main": "index.js",
66
"devDependencies": {
@@ -25,4 +25,4 @@
2525
"types": []
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)