From 510e13f375b448317acd40d986e656f13f616df7 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Mon, 9 Apr 2018 08:15:35 +0000
Subject: [PATCH] chore(release): 1.1.3 [skip ci]
## [1.1.3](https://github.com/oclif/plugin-update/compare/v1.1.2...v1.1.3) (2018-04-09)
### Bug Fixes
* add baseDir templates ([f354979](https://github.com/oclif/plugin-update/commit/f354979))
---
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 4b6bfe9b..c5a5ecf6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.3](https://github.com/oclif/plugin-update/compare/v1.1.2...v1.1.3) (2018-04-09)
+
+
+### Bug Fixes
+
+* add baseDir templates ([f354979](https://github.com/oclif/plugin-update/commit/f354979))
+
## [1.1.2](https://github.com/oclif/plugin-update/compare/v1.1.1...v1.1.2) (2018-04-09)
diff --git a/README.md b/README.md
index fcf6c2c5..f3012590 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.2 linux-x64 node-v9.11.1
+@oclif/plugin-update/1.1.3 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.2/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.3/src/commands/update.ts)_
diff --git a/package.json b/package.json
index f2d2f94c..c5f1d7d5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.2",
+ "version": "1.1.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {