diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06e5bfc..0f4ca19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.7.36](https://github.com/oclif/oclif/compare/v1.7.35...v1.7.36) (2018-05-01)
+
+
+### Bug Fixes
+
+* updated deps ([7bc00db](https://github.com/oclif/oclif/commit/7bc00db))
+
## [1.7.35](https://github.com/oclif/oclif/compare/v1.7.34...v1.7.35) (2018-04-21)
diff --git a/README.md b/README.md
index 7ba19c4..be720ac 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ OPTIONS
--force overwrite existing files
```
-_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.7.35/src/commands/command.ts)_
+_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.7.36/src/commands/command.ts)_
## `oclif help [COMMAND]`
@@ -164,7 +164,7 @@ OPTIONS
--all see all commands in CLI
```
-_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.5/src/commands/help.ts)_
+_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.7/src/commands/help.ts)_
## `oclif hook NAME`
@@ -183,7 +183,7 @@ OPTIONS
--force overwrite existing files
```
-_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.7.35/src/commands/hook.ts)_
+_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.7.36/src/commands/hook.ts)_
## `oclif multi [PATH]`
@@ -202,7 +202,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```
-_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.35/src/commands/multi.ts)_
+_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.36/src/commands/multi.ts)_
## `oclif plugin [PATH]`
@@ -221,7 +221,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```
-_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.35/src/commands/plugin.ts)_
+_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.36/src/commands/plugin.ts)_
## `oclif single [PATH]`
@@ -240,7 +240,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```
-_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.35/src/commands/single.ts)_
+_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.36/src/commands/single.ts)_
# 🏭 Related Repositories
diff --git a/package.json b/package.json
index 8e36c42..99e854f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
- "version": "1.7.35",
+ "version": "1.7.36",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",