From c5152d2fe9d35f908d854420f3cdd168f56d78f1 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Sun, 19 Mar 2017 07:11:20 +0200 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d428aa..a202e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [2.0.2](https://github.com/hybridables/redolent/compare/v2.0.1...v2.0.2) (2017-03-19) + + +### Bug Fixes + +* **deps:** switch to use "native-or-another" ([b3edc4e](https://github.com/hybridables/redolent/commit/b3edc4e)) +* **docs:** update docs ([56e97a4](https://github.com/hybridables/redolent/commit/56e97a4)) + + + ## [2.0.1](https://github.com/hybridables/redolent/compare/v2.0.0...v2.0.1) (2017-03-13) diff --git a/package.json b/package.json index 513c69d..b4215f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redolent", - "version": "2.0.1", + "version": "2.0.2", "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)",