Skip to content

Commit

Permalink
0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed May 24, 2021
1 parent 1f678be commit 5bfa633
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.13.6](https://github.com/DigitalBrainJS/c-promise/compare/v0.13.5...v0.13.6)

- Fixed `retry` method; [`1f678be`](https://github.com/DigitalBrainJS/c-promise/commit/1f678be9057c02cf7f4ddc7539222ff6d1d153c7)

#### [v0.13.5](https://github.com/DigitalBrainJS/c-promise/compare/v0.13.4...v0.13.5)

> 21 May 2021
- Added support for propagation pause and resume events; [`acc8995`](https://github.com/DigitalBrainJS/c-promise/commit/acc899575e475fc72e78a1c1cc745c7c12e75ad0)

#### [v0.13.4](https://github.com/DigitalBrainJS/c-promise/compare/v0.13.3...v0.13.4)
Expand Down
2 changes: 1 addition & 1 deletion 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": "c-promise2",
"version": "0.13.5",
"version": "0.13.6",
"description": "Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support",
"author": {
"name": "Dmitriy Mozgovoy",
Expand Down

0 comments on commit 5bfa633

Please sign in to comment.