From 44b9e5a66df0a6623ef80eeba56c69f3c34ae7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Mon, 11 Feb 2019 21:50:04 +0100 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b52a09..acd4a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.1.0](https://github.com/micromata/cli-error-notifier/compare/2.0.1...2.1.0) (2019-02-11) + + +### Bug Fixes + +* Update dependencies ([d1527cd](https://github.com/micromata/cli-error-notifier/commit/d1527cd)) + + +### Features + +* Stream output ([65569d7](https://github.com/micromata/cli-error-notifier/commit/65569d7)), closes [#9](https://github.com/micromata/cli-error-notifier/issues/9) + + + ## [2.0.1](https://github.com/micromata/cli-error-notifier/compare/2.0.0...2.0.1) (2018-05-31) diff --git a/package-lock.json b/package-lock.json index aeffdb9..b75140f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f99889..878c3cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "2.0.1", + "version": "2.1.0", "description": "Sends native desktop notifications if CLI apps fail", "license": "MIT", "repository": "micromata/cli-error-notifier",