Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Oct 20, 2021
1 parent 9bd48fe commit 1a9b8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.2.1](https://github.com/simonecorsi/is-async-function/compare/1.2.0...1.2.1) (2021-10-20)


### Bug Fixes

* adds missing npm description ([9bd48fe](https://github.com/simonecorsi/is-async-function/commit/9bd48fe6b0d8ba0a3d84a487def2fb3594152f64))

## [1.2.0](https://github.com/simonecorsi/is-async-function/compare/1.1.0...1.2.0) (2021-10-20)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scdev/is-async-function",
"version": "1.2.0",
"version": "1.2.1",
"description": "Simple package to check if a function is either an AsyncFunction or not",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -63,4 +63,4 @@
"tap": "^15.0.10",
"typescript": "^4.3.5"
}
}
}

0 comments on commit 1a9b8a4

Please sign in to comment.