Skip to content

Commit bc7d85e

Browse files
author
tunnckoCore
committed
Release v1.1.1
1 parent 868f423 commit bc7d85e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
## 1.1.1 - 2016-03-18
4+
- Release v1.1.1 / npm@v1.1.1
5+
- add related libs
6+
- update docs
7+
- update description
8+
- add docs
9+
r- efactor, allow passing custom array of argument names
10+
- run update - lint, lincense year, metadata, boilerplate stuff
11+
312
## 1.1.0 - 2015-06-25
413
- Release v1.1.0 / npm@v1.1.0
514
- update metadata

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-async-function",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Is function really asynchronous (callback) function? Trying to guess that based on check if `callback`, `cb`, `done`, `next` exists as function arguments names or you can pass your custom.",
55
"repository": "tunnckoCore/is-async-function",
66
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",

0 commit comments

Comments
 (0)