From 3b6ddf2e19ea04a16e8b3ebbce00ae4bde8d9769 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Mon, 9 Apr 2018 20:23:30 +0000
Subject: [PATCH] chore(release): 1.1.4 [skip ci]
## [1.1.4](https://github.com/oclif/plugin-update/compare/v1.1.3...v1.1.4) (2018-04-09)
### Bug Fixes
* do not allow updates when binPath is not set ([939a321](https://github.com/oclif/plugin-update/commit/939a321))
---
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 c5a5ecf6..dc2d174c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.4](https://github.com/oclif/plugin-update/compare/v1.1.3...v1.1.4) (2018-04-09)
+
+
+### Bug Fixes
+
+* do not allow updates when binPath is not set ([939a321](https://github.com/oclif/plugin-update/commit/939a321))
+
## [1.1.3](https://github.com/oclif/plugin-update/compare/v1.1.2...v1.1.3) (2018-04-09)
diff --git a/README.md b/README.md
index f3012590..1dcd8673 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.3 linux-x64 node-v9.11.1
+@oclif/plugin-update/1.1.4 linux-x64 node-v9.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.3/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.4/src/commands/update.ts)_
diff --git a/package.json b/package.json
index c5f1d7d5..fdd8c349 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.3",
+ "version": "1.1.4",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {