File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.1.0
4
+
5
+ - Upgraded TypeScript to ` 4.2.3 ` .
6
+
3
7
## v1.0.1
4
8
5
9
- Fixed type definiton of ` JSON.stringify ` so it accepts readonly arrays. (#1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " better-typescript-lib" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Better TypeScript standard library" ,
5
5
"main" : " index.js" ,
6
6
"types" : " ./lib.esnext.d.ts" ,
10
10
"author" :
" uhyo <[email protected] >" ,
11
11
"license" : " Apache-2.0" ,
12
12
"peerDependencies" : {
13
- "typescript" : " >=4.1 "
13
+ "typescript" : " >=4.2 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " better-typescript-lib" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Better TypeScript standard library" ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
25
25
"types" : []
26
26
}
27
27
}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments