Skip to content

Commit

Permalink
chore(package) v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 19, 2019
1 parent 732aea4 commit 43aea5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019.09.19, v4.0.0

feature:
- (currify) drop support of legacy
- (package) nyc v14.1.1
- (package) eslint-plugin-node v10.0.0
- (package) tape -> supertape


2018.10.09, v3.0.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currify",
"version": "3.0.0",
"version": "4.0.0",
"description": "translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments",
"main": "lib/currify.js",
"scripts": {
Expand Down

0 comments on commit 43aea5a

Please sign in to comment.