Skip to content

Commit 16bb86e

Browse files
committed
2.10.1
1 parent b18843a commit 16bb86e

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

CHANGELOG.md

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

3+
## v2.10.1
4+
5+
- fix: more generic types for `Promise.then` and `Promise.catch` (https://github.com/uhyo/better-typescript-lib/pull/60)
6+
- fix: allow to pass function or nullish to JSON.stringify (https://github.com/uhyo/better-typescript-lib/pull/61)
7+
38
## v2.10.0
49

510
- Upgraded TypeScript to `5.7.2`. (https://github.com/uhyo/better-typescript-lib/pull/54)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-typescript-lib",
33
"private": true,
4-
"version": "2.10.0",
4+
"version": "2.10.1",
55
"description": "Better TypeScript standard library",
66
"main": "index.js",
77
"devDependencies": {
@@ -24,4 +24,4 @@
2424
"keywords": [],
2525
"author": "uhyo <[email protected]>",
2626
"license": "Apache-2.0"
27-
}
27+
}

tests/package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)