From da0c8c3bed0a6e83e9e84fb0af9f72ff2cd9283b Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Sat, 11 Mar 2017 17:58:14 +0200 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19df132..eea99e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + + +# [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 diff --git a/package.json b/package.json index 9e58902..66b74eb 100644 --- a/package.json +++ b/package.json @@ -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)", @@ -132,4 +132,4 @@ "verb-generate-readme" ] } -} \ No newline at end of file +}