diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b8bdfc..e922f24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [1.2.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.1.0...v1.2.0) (2018-03-24) + + +### Bug Fixes + +* add chalk explicitly ([757e0b7](https://github.com/oclif/plugin-warn-if-update-available/commit/757e0b7)) + + +### Features + +* add some color ([097ee6e](https://github.com/oclif/plugin-warn-if-update-available/commit/097ee6e)) + # [1.1.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.0.2...v1.1.0) (2018-03-24) diff --git a/package.json b/package.json index 9c0a4c0e..14d8b3fc 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.1.0", + "version": "1.2.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": {