diff --git a/CHANGELOG.md b/CHANGELOG.md index 660ad4f6..37788e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.1...v1.5.2) (2018-08-28) + + +### Bug Fixes + +* hide warning if updating ([6be6cd8](https://github.com/oclif/plugin-warn-if-update-available/commit/6be6cd8)) + ## [1.5.1](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.0...v1.5.1) (2018-08-22) diff --git a/package.json b/package.json index 896b3b31..b317263e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-warn-if-update-available", "description": "warns if there is a newer version of CLI released", - "version": "1.5.1", + "version": "1.5.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": {