From cae93c2895e606d98d0bcfd98ce863937964bb93 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Tue, 15 Jan 2019 21:16:31 +0530 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 20 +++++++++++++++++--- package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d900e6b..9234d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 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. + + +## 1.0.1 (2019-01-15) + +* chore: Add CHANGELOG.md ([8e03553](https://github.com/znck/promised/commit/8e03553)) +* chore: Add coveralls ([c87292b](https://github.com/znck/promised/commit/c87292b)) +* chore: Add coveralls badge ([bb1486d](https://github.com/znck/promised/commit/bb1486d)) +* chore: Optimize CI build process ([44dd152](https://github.com/znck/promised/commit/44dd152)) +* chore: release script ([4bfa8d6](https://github.com/znck/promised/commit/4bfa8d6)) +* chore: Use github https link ([9448c64](https://github.com/znck/promised/commit/9448c64)) +* fix: Use rollup to generate correct bundles ([eb8c638](https://github.com/znck/promised/commit/eb8c638)) + + + # 1.0.0 (2018-05-05) @@ -6,6 +23,3 @@ * Add `promised` method to convert callback to promise based API ([f8bda42](https://github.com/znck/promised/commit/f8bda42)) * Add custom promisify function as fallback ([af6dae1](https://github.com/znck/promised/commit/af6dae1)) - - - diff --git a/package.json b/package.json index 7f8f659..c333908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@znck/promised", - "version": "1.0.0", + "version": "1.0.1", "description": "A utility to convert callbacks to promises.", "main": "dist/promised.js", "module": "dist/promised.mjs",