From 74d437b920ab13dc9cecf9eec95f56aabe456745 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Fri, 20 Apr 2018 23:34:41 +0000
Subject: [PATCH] chore(release): 1.1.15 [skip ci]
## [1.1.15](https://github.com/oclif/plugin-update/compare/v1.1.14...v1.1.15) (2018-04-20)
### Bug Fixes
* enable tidy script ([08eb1b0](https://github.com/oclif/plugin-update/commit/08eb1b0))
---
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 6a4e115b..af4f9766 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.15](https://github.com/oclif/plugin-update/compare/v1.1.14...v1.1.15) (2018-04-20)
+
+
+### Bug Fixes
+
+* enable tidy script ([08eb1b0](https://github.com/oclif/plugin-update/commit/08eb1b0))
+
## [1.1.14](https://github.com/oclif/plugin-update/compare/v1.1.13...v1.1.14) (2018-04-20)
diff --git a/README.md b/README.md
index e78289d6..43afcdeb 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.14 linux-x64 node-v8.11.1
+@oclif/plugin-update/1.1.15 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.14/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.15/src/commands/update.ts)_
diff --git a/package.json b/package.json
index 3a4ecb8f..a4045810 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.14",
+ "version": "1.1.15",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {