From b0fa66af58d4dc0a97d4a3d56f06ec854bb7eed8 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Thu, 19 Apr 2018 05:52:19 +0000
Subject: [PATCH] chore(release): 1.1.11 [skip ci]
## [1.1.11](https://github.com/oclif/plugin-update/compare/v1.1.10...v1.1.11) (2018-04-19)
### Bug Fixes
* pause/resume stream ([b937c61](https://github.com/oclif/plugin-update/commit/b937c61))
* synchronously check for path exists ([357ea6f](https://github.com/oclif/plugin-update/commit/357ea6f))
---
CHANGELOG.md | 9 +++++++++
README.md | 4 ++--
package.json | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 552569bc..d775f412 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+## [1.1.11](https://github.com/oclif/plugin-update/compare/v1.1.10...v1.1.11) (2018-04-19)
+
+
+### Bug Fixes
+
+* pause/resume stream ([b937c61](https://github.com/oclif/plugin-update/commit/b937c61))
+* synchronously check for path exists ([357ea6f](https://github.com/oclif/plugin-update/commit/357ea6f))
+
## [1.1.10](https://github.com/oclif/plugin-update/compare/v1.1.9...v1.1.10) (2018-04-19)
diff --git a/README.md b/README.md
index 7c8b9f09..4f084281 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.10 linux-x64 node-v8.11.1
+@oclif/plugin-update/1.1.11 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.10/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.11/src/commands/update.ts)_
diff --git a/package.json b/package.json
index 6ada9df0..b7a3d9d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.10",
+ "version": "1.1.11",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {