Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 13, 2021
1 parent 8bb1161 commit c9fd621
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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.0](https://github.com/DigitalBrainJS/c-promise/compare/v0.11.0...v0.11.0)
#### [v0.11.1](https://github.com/DigitalBrainJS/c-promise/compare/v0.11.0...v0.11.1)

- Updated auto-changelog config; [`82aeccd`](https://github.com/DigitalBrainJS/c-promise/commit/82aeccd461fa4102ef2122e37117244d177f5af7)
- Fixed a bug with generator progress capturing, if onProgress listener was attached before the first yield; [`8bb1161`](https://github.com/DigitalBrainJS/c-promise/commit/8bb1161cf9a7555e9c8fb1bb72c863165f9c2172)

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

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

0 comments on commit c9fd621

Please sign in to comment.