Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 16, 2021
1 parent 6640360 commit 926567e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.11.4](https://github.com/DigitalBrainJS/c-promise/compare/v0.11.3...v0.11.4)

- Fixed bug with progress capturing of nested chains; [`15c0c0c`](https://github.com/DigitalBrainJS/c-promise/commit/15c0c0c22be5f484d613de2c8d5b94a5f0493fd5)
- Fixed npm docs script; [`f5ac87d`](https://github.com/DigitalBrainJS/c-promise/commit/f5ac87d1482e29e7c36965d3f783c3b076aec763)
- Added comparison table; [`6fabc2d`](https://github.com/DigitalBrainJS/c-promise/commit/6fabc2dd5abda65f50115b759fef6cf4a6efdf6f)
- Fixed README.md section with retry usage examples; [`6640360`](https://github.com/DigitalBrainJS/c-promise/commit/6640360fdbb256d26addab8e54ad2720a8ff26b5)
- Fixed JSDoc types for the `.toString()`; [`e9a48d3`](https://github.com/DigitalBrainJS/c-promise/commit/e9a48d3e6750184ba44b2fbeb2d255a4fa4116e6)

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

> 13 April 2021
- Fixed a potential bug with late internal event listeners appending; [`6e3e0b2`](https://github.com/DigitalBrainJS/c-promise/commit/6e3e0b263ad08b5821f96d8443b8c9f481f25ad2)
- Fixed build badge link; [`1bbe995`](https://github.com/DigitalBrainJS/c-promise/commit/1bbe9950c7f74b95fe873fb43870d11a70dc0114)

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.11.3",
"version": "0.11.4",
"description": "Promise with cancellation, decorators, signals, pause, timeouts, progress capturing and data flow support",
"author": {
"name": "Dmitriy Mozgovoy",
Expand Down

0 comments on commit 926567e

Please sign in to comment.