Skip to content

Commit

Permalink
Publish version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srmagura committed Jan 23, 2023
1 parent ee4eb6b commit 07f255e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.2

### Bug Fixes

- Make the `capture` function of `buildCancellablePromise` an identity function
from a type perspective.

## 1.1.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "real-cancellable-promise",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple cancellable promise implementation that cancels the underlying HTTP call.",
"keywords": [
"promise",
Expand Down

0 comments on commit 07f255e

Please sign in to comment.