Skip to content

Commit

Permalink
chore(release): 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 2, 2017
1 parent 3577762 commit 05d8745
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.4"></a>
## [2.0.4](https://github.com/hybridables/redolent/compare/v2.0.3...v2.0.4) (2017-04-02)


### Bug Fixes

* **ci:** appveyor-retry ([3577762](https://github.com/hybridables/redolent/commit/3577762))
* **return:** handle when `done` is present, but return promise ([631823a](https://github.com/hybridables/redolent/commit/631823a)), closes [#18](https://github.com/hybridables/redolent/issues/18)
* **tweak:** tests ([181f41b](https://github.com/hybridables/redolent/commit/181f41b))



<a name="2.0.3"></a>
## [2.0.3](https://github.com/hybridables/redolent/compare/v2.0.2...v2.0.3) (2017-03-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redolent",
"version": "2.0.3",
"version": "2.0.4",
"description": "Simple promisify with sane defaults, works on node 0.10 if you provide custom Promise through options",
"repository": "hybridables/redolent",
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
Expand Down

0 comments on commit 05d8745

Please sign in to comment.