Skip to content

Commit 2500c76

Browse files
committed
Publish v4.1.0
1 parent 711389f commit 2500c76

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# History
22

33

4+
## 2022-08-23, version 4.1.0
5+
6+
- Publish an UMD version of the library, like in v3.0.0. It is still necessary.
7+
The UMD version can be used in CommonJS applications and in the browser.
8+
9+
410
## 2022-08-22, version 4.0.0
511

612
!!! BE CAREFUL: BREAKING CHANGES !!!

package-lock.json

+9-9
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,6 +1,6 @@
11
{
22
"name": "typed-function",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Type checking for JavaScript functions",
55
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
66
"contributors": [
@@ -43,7 +43,7 @@
4343
"@babel/cli": "7.18.10",
4444
"@babel/preset-env": "7.18.10",
4545
"benchmark": "2.1.4",
46-
"cpy-cli": "4.1.0",
46+
"cpy-cli": "4.2.0",
4747
"del-cli": "5.0.0",
4848
"eslint": "8.22.0",
4949
"eslint-config-standard": "17.0.0",

0 commit comments

Comments
 (0)