Skip to content

Commit 577d96c

Browse files
author
tunnckoCore
committed
Release v1.1.5
1 parent be112bb commit 577d96c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22

3+
## 1.1.5 - 2016-09-21
4+
- Release v1.1.5 / [email protected]
5+
- update tests to cleanup codeclimate issues
6+
37
## 1.1.4 - 2016-09-21
48
- Release v1.1.4 / [email protected]
59
- use `lazy-cache` and `lazy-arrayify`, closes #10

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-async-function",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Is function really asynchronous function? Trying to guess that based on check if [common-callback-names][] 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)