File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v2.0.0] ( https://github.com/inspect-js/is-async-function/compare/v1.3.0...v2.0.0 ) - 2022-04-11
9
+
10
+ ### Commits
11
+
12
+ - [ Breaking] v2 implementation and tests [ ` d79a37e ` ] ( https://github.com/inspect-js/is-async-function/commit/d79a37e25e24a74be3c349de51fda4ad58f30f3a )
13
+ - Initial commit [ ` 456defc ` ] ( https://github.com/inspect-js/is-async-function/commit/456defc6dc36809d11dd5a199110e46fe9fb4a6f )
14
+ - npm init [ ` d35b611 ` ] ( https://github.com/inspect-js/is-async-function/commit/d35b611d669e57a3a6fd017930d3bf9a0589ffd2 )
15
+ - Only apps should have lockfiles [ ` 5920874 ` ] ( https://github.com/inspect-js/is-async-function/commit/5920874ec2b26762d1037168a73e1c29a4286b1a )
16
+
8
17
## [ v1.3.0] ( https://github.com/inspect-js/is-async-function/compare/v1.2.4...v1.3.0 ) - 2020-01-15
9
18
10
19
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-async-function" ,
3
- "version" : " 1 .0.10 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Determine if a function is a native async function." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments