Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 13, 2017
1 parent c88bac1 commit 1330ad0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.1"></a>
## [2.0.1](https://github.com/hybridables/redolent/compare/v2.0.0...v2.0.1) (2017-03-13)


### Bug Fixes

* **package:** tweak `npm run commit` script - build before test ([de17b5f](https://github.com/hybridables/redolent/commit/de17b5f))
* **promises:** throw TypeError from promisified function when no Promise ([c88bac1](https://github.com/hybridables/redolent/commit/c88bac1)), closes [#16](https://github.com/hybridables/redolent/issues/16)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/hybridables/redolent/compare/v1.0.9...v2.0.0) (2017-03-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redolent",
"version": "2.0.0",
"version": "2.0.1",
"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 1330ad0

Please sign in to comment.