From ec154bb4e5c28d901eee3677aaa616166988d530 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Tue, 10 Apr 2018 10:26:08 +0000
Subject: [PATCH] chore(release): 1.1.7 [skip ci]
## [1.1.7](https://github.com/oclif/plugin-update/compare/v1.1.6...v1.1.7) (2018-04-10)
### Bug Fixes
* updated deps ([6ca6677](https://github.com/oclif/plugin-update/commit/6ca6677))
---
CHANGELOG.md | 8 ++++++++
README.md | 4 ++--
package.json | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 544048d2..9a5760c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.7](https://github.com/oclif/plugin-update/compare/v1.1.6...v1.1.7) (2018-04-10)
+
+
+### Bug Fixes
+
+* updated deps ([6ca6677](https://github.com/oclif/plugin-update/commit/6ca6677))
+
## [1.1.6](https://github.com/oclif/plugin-update/compare/v1.1.5...v1.1.6) (2018-04-10)
diff --git a/README.md b/README.md
index 9e730ecd..c2d48089 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-update
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
-@oclif/plugin-update/1.1.6 linux-x64 node-v8.11.1
+@oclif/plugin-update/1.1.7 linux-x64 node-v8.11.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
@@ -41,5 +41,5 @@ USAGE
$ oclif-example update [CHANNEL]
```
-_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.6/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.7/src/commands/update.ts)_
diff --git a/package.json b/package.json
index 738b9270..f206d82e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.6",
+ "version": "1.1.7",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {