Skip to content

Commit

Permalink
chore: publish v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 5, 2024
1 parent eb30a26 commit 99cfd53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# History


## 2024-06-05, version 4.2.0

- Extend methods `addConversion` and `addConversions` with a new option
`{ override: boolean }` to allow overriding an existing conversion.


## 2023-09-13, version 4.1.1

- Fix #168: add a `"license": "MIT"` field to the `package.json` file.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2023 Jos de Jong
Copyright (c) 2014-2024 Jos de Jong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-function",
"version": "4.1.1",
"version": "4.2.0",
"description": "Type checking for JavaScript functions",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [
Expand Down

0 comments on commit 99cfd53

Please sign in to comment.