From 59e470d3489515a90bbe43dc0cf0979b8777e305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Mon, 29 Jan 2018 19:54:28 +0100 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30b4a1..b730d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.5](https://github.com/micromata/cli-error-notifier/compare/1.0.4...1.0.5) (2018-01-29) + + +### Bug Fixes + +* fix typo in help ([20e8956](https://github.com/micromata/cli-error-notifier/commit/20e8956)) + + + ## [1.0.4](https://github.com/micromata/cli-error-notifier/compare/1.0.3...1.0.4) (2018-01-28) diff --git a/package-lock.json b/package-lock.json index 4a8bae9..fac6858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dacff35..2dd18fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.4", + "version": "1.0.5", "description": "Send native desktop notifications when CLI apps fail", "license": "MIT", "repository": "micromata/cli-error-notifier",