diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f0942..eab4044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.9](https://github.com/micromata/cli-error-notifier/compare/1.0.8...1.0.9) (2018-03-25) + + + ## [1.0.8](https://github.com/micromata/cli-error-notifier/compare/1.0.7...1.0.8) (2018-03-10) diff --git a/package-lock.json b/package-lock.json index 64bf9b1..79d8a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab43f3a..a508f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-error-notifier", - "version": "1.0.8", + "version": "1.0.9", "description": "Sends native desktop notifications if CLI apps fail", "license": "MIT", "repository": "micromata/cli-error-notifier",