Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed May 7, 2021
1 parent b79f8c5 commit 6325596
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.0](https://github.com/DigitalBrainJS/c-promise/compare/v0.12.5...v0.13.0)

- Removed `CPromise.from` method; [`b79f8c5`](https://github.com/DigitalBrainJS/c-promise/commit/b79f8c54e62729409ab4e590c11189e1711cf1a4)

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

> 5 May 2021
- Fixed a bug with capturing the progress of a generator with nested chains; [`7d1b6ae`](https://github.com/DigitalBrainJS/c-promise/commit/7d1b6ae88b1d9070e14d85c16ad80da9c6c2d0b3)

#### [v0.12.4](https://github.com/DigitalBrainJS/c-promise/compare/v0.12.3...v0.12.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.12.5",
"version": "0.13.0",
"description": "Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support",
"author": {
"name": "Dmitriy Mozgovoy",
Expand Down

0 comments on commit 6325596

Please sign in to comment.