From 9b53ceb37317e7468c24362862f20740f2332b0c Mon Sep 17 00:00:00 2001
From: oclif-bot <498c3f754e2453f89e1dce1990846f4063faefd4>
Date: Wed, 14 Feb 2018 20:42:12 +0000
Subject: [PATCH] chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/oclif/cli/compare/65b831cdf4e3c85748f7a2b71331d37961087be9...v1.2.0) (2018-02-14)
### Bug Fixes
* set bin for plugins ([c8d0f11](https://github.com/oclif/cli/commit/c8d0f11))
### Features
* added readme toc ([2cdba83](https://github.com/oclif/cli/commit/2cdba83))
---
CHANGELOG.md | 13 +++++++++++++
package.json | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb12dea..ec7d6c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# [1.2.0](https://github.com/oclif/cli/compare/65b831cdf4e3c85748f7a2b71331d37961087be9...v1.2.0) (2018-02-14)
+
+
+### Bug Fixes
+
+* set bin for plugins ([c8d0f11](https://github.com/oclif/cli/commit/c8d0f11))
+
+
+### Features
+
+* added readme toc ([2cdba83](https://github.com/oclif/cli/commit/2cdba83))
+
## [1.1.2](https://github.com/oclif/cli/compare/218101cb0c3124a5676ea22b05cf4b4defeb0208...v1.1.2) (2018-02-14)
diff --git a/package.json b/package.json
index 9bb6eab..5157384 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
- "version": "1.1.2",
+ "version": "1.2.0",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/cli/issues",