Skip to content

Commit 2a518ef

Browse files
committed
chore: publish v4.2.2
1 parent 64a01f4 commit 2a518ef

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# History
22

33

4+
## 2024-11-26, version 4.2.2
5+
6+
- Fix: #170 choose lowest-index type conversion and sort signatures
7+
transitively (#171). Thanks @gwhitney.
8+
9+
410
## 2024-06-05, version 4.2.1
511

612
- Fix a bug in the new `override` option of method `addConversion`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-function",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Type checking for JavaScript functions",
55
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
66
"contributors": [

0 commit comments

Comments
 (0)