Skip to content

Commit

Permalink
Merge pull request #51 from sebastiendavid/tsc
Browse files Browse the repository at this point in the history
[RELEASE] v4.2.0
  • Loading branch information
sebdvd committed Jun 18, 2021
2 parents 4f6b21a + fe4ed05 commit c3a5083
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.0](https://github.com/alkemics/CancelablePromise/releases/tag/v4.2.0) (2021-06-17)

- Fix finally usecase always been called
- Merge onCancelList and finallyList
- Add isCancelablePromise util
- Migrate to Typescript and improve umd/esm outputs

## [4.1.0](https://github.com/alkemics/CancelablePromise/releases/tag/v4.1.0) (2021-06-16)

- Prepare release without commit
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cancelable-promise",
"version": "4.1.0",
"version": "4.2.0",
"description": "A simple cancelable promise",
"keywords": [
"promise",
Expand Down

0 comments on commit c3a5083

Please sign in to comment.