Skip to content

Commit

Permalink
chore(release): 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 5, 2017
1 parent 54ac357 commit 59fd760
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.5"></a>
## [2.0.5](https://github.com/hybridables/redolent/compare/v2.0.4...v2.0.5) (2017-04-05)


### Bug Fixes

* **ci:** add CircleCI yaml ([54ac357](https://github.com/hybridables/redolent/commit/54ac357))
* **deps:** update deps, add eslintConfig field ([074a728](https://github.com/hybridables/redolent/commit/074a728))
* **returns:** should return rejected error when non Promise value ([67ae2b6](https://github.com/hybridables/redolent/commit/67ae2b6)), closes [#20](https://github.com/hybridables/redolent/issues/20)
* **services:** add .eslintrc instead, so CodeClimate will respect it ([b390b23](https://github.com/hybridables/redolent/commit/b390b23))



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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redolent",
"version": "2.0.4",
"version": "2.0.5",
"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 59fd760

Please sign in to comment.