From 412e070230bb7fc81257a5157dee48a1f93dab10 Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Sat, 24 Mar 2018 21:22:13 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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": {