From 2f7624606c646e44b04f1cb27d755ae804f4b96b Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Wed, 30 May 2018 21:21:24 +0000
Subject: [PATCH] chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/oclif/plugin-help/compare/v2.0.1...v2.0.2) (2018-05-30)
### Bug Fixes
* allow setting COLUMNS env var ([961fea0](https://github.com/oclif/plugin-help/commit/961fea0))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15fe832e..3c91edab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [2.0.2](https://github.com/oclif/plugin-help/compare/v2.0.1...v2.0.2) (2018-05-30)
+
+
+### Bug Fixes
+
+* allow setting COLUMNS env var ([961fea0](https://github.com/oclif/plugin-help/commit/961fea0))
+
## [2.0.1](https://github.com/oclif/plugin-help/compare/v2.0.0...v2.0.1) (2018-05-30)
diff --git a/package.json b/package.json
index 1e87d984..a12a5f4e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-help",
"description": "standard help for oclif",
- "version": "2.0.1",
+ "version": "2.0.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {