Skip to content

Commit f927649

Browse files
committed
chore: bump version to 1.1.0
1 parent 2806491 commit f927649

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
- Upgraded TypeScript to `4.2.3`.
6+
37
## v1.0.1
48

59
- Fixed type definiton of `JSON.stringify` so it accepts readonly arrays. (#1)

package-template/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.0.1",
3+
"version": "1.1.0",
44
"description": "Better TypeScript standard library",
55
"main": "index.js",
66
"types": "./lib.esnext.d.ts",
@@ -10,6 +10,6 @@
1010
"author": "uhyo <[email protected]>",
1111
"license": "Apache-2.0",
1212
"peerDependencies": {
13-
"typescript": ">=4.1"
13+
"typescript": ">=4.2"
1414
}
1515
}

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.0.1",
3+
"version": "1.1.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)