From 7fb7a0e1b27dbbd6678993a654597c474aecdefd Mon Sep 17 00:00:00 2001 From: holvonix-bot Date: Sat, 20 Jul 2019 09:26:39 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/holvonix-open/request-stream-promise/compare/v2.0.0...v2.1.0) (2019-07-20) ### Features * **ci:** add semantic-release ([06a4aa1](https://github.com/holvonix-open/request-stream-promise/commit/06a4aa1)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..12e9c8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [2.1.0](https://github.com/holvonix-open/request-stream-promise/compare/v2.0.0...v2.1.0) (2019-07-20) + + +### Features + +* **ci:** add semantic-release ([06a4aa1](https://github.com/holvonix-open/request-stream-promise/commit/06a4aa1)) diff --git a/package.json b/package.json index efc80cf..2e9c4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-stream-promise", - "version": "2.0.0", + "version": "2.1.0", "description": "Promise for streamed downloads using request", "repository": { "type": "git",