Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 18, 2016
1 parent 4211613 commit 60c6239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


## 1.0.3 - 2016-03-18
- Release v1.0.3 / npm@v1.0.3
- fix `options.max` problems, make some checks and defaults

## 1.0.2 - 2016-03-18
- Release v1.0.2 / npm@v1.0.2
- fix: if `max` bigger than `fn.toString().length`, causing strange bugs in `relike`?
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": "function-arguments",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.",
"repository": "tunnckoCore/function-arguments",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 60c6239

Please sign in to comment.