Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 11, 2017
1 parent c1430fe commit da0c8c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Change Log

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.0"></a>
# [2.0.0](https://github.com/hybridables/redolent/compare/v1.0.9...v2.0.0) (2017-03-11)


### Bug Fixes

* **detection:** strict coercion to boolean ([c1430fe](https://github.com/hybridables/redolent/commit/c1430fe))
* **package:** add keywords ([ddb645c](https://github.com/hybridables/redolent/commit/ddb645c))


### Code Refactoring

* **simplify:** rewrite from scratch, update boilerplate stuff ([3ff2cdc](https://github.com/hybridables/redolent/commit/3ff2cdc))


### BREAKING CHANGES

* **simplify:** Promisify just a function - sync and async. Allow passing args, custom promise ctor
and context through options





## 1.0.9 - 2016-01-26
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redolent",
"version": "1.0.9",
"version": "2.0.0",
"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 Expand Up @@ -132,4 +132,4 @@
"verb-generate-readme"
]
}
}
}

0 comments on commit da0c8c3

Please sign in to comment.