Skip to content

Commit 3222afe

Browse files
author
tunnckoCore
committed
chore(release): 1.2.0
1 parent 739eb54 commit 3222afe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.2.0"></a>
6+
# [1.2.0](https://github.com/tunnckocore/is-async-function/compare/v1.1.5...v1.2.0) (2016-10-27)
7+
8+
9+
### Features
10+
11+
* **strict:** introduce strict mode ([ef8526f](https://github.com/tunnckocore/is-async-function/commit/ef8526f))
12+
13+
14+
115

216

317
## 1.1.5 - 2016-09-21

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.5",
3+
"version": "1.2.0",
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)