From 8d7fa64fea90f46ed7cae9ee0ce7c60fdfcf19c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Thu, 22 Feb 2018 12:11:56 +0100 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9717bb1..2dba054 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. + +## [1.0.7](https://github.com/micromata/cli-error-notifier/compare/1.0.6...1.0.7) (2018-02-22) + + +### Bug Fixes + +* update dev dependencies ([9743ac3](https://github.com/micromata/cli-error-notifier/commit/9743ac3)) +* update dev dependencies ([7a9658c](https://github.com/micromata/cli-error-notifier/commit/7a9658c)) + + + ## [1.0.6](https://github.com/micromata/cli-error-notifier/compare/1.0.5...1.0.6) (2018-02-06) diff --git a/package-lock.json b/package-lock.json index 3cbf14e..9cc304e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 717618b..ba61160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.6", + "version": "1.0.7", "description": "Sends native desktop notifications if CLI apps fail", "license": "MIT", "repository": "micromata/cli-error-notifier",