From 88298f680df454d7c78d2abbad41c2c3bd7fcbd9 Mon Sep 17 00:00:00 2001
From: oclif-bot <498c3f754e2453f89e1dce1990846f4063faefd4>
Date: Thu, 15 Feb 2018 07:12:00 +0000
Subject: [PATCH] chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/oclif/oclif/compare/17f4b2a47249c8568bf4e0e65961b01d5461cb8e...v1.3.1) (2018-02-15)
### Bug Fixes
* updated dev-cli ([dc18085](https://github.com/oclif/oclif/commit/dc18085))
* use shield style for circle ([6bb89b6](https://github.com/oclif/oclif/commit/6bb89b6))
* use shield style for circle ([d0533a6](https://github.com/oclif/oclif/commit/d0533a6))
---
CHANGELOG.md | 10 ++++++++++
README.md | 8 ++++----
package.json | 2 +-
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0683a07..b79b001 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [1.3.1](https://github.com/oclif/oclif/compare/17f4b2a47249c8568bf4e0e65961b01d5461cb8e...v1.3.1) (2018-02-15)
+
+
+### Bug Fixes
+
+* updated dev-cli ([dc18085](https://github.com/oclif/oclif/commit/dc18085))
+* use shield style for circle ([6bb89b6](https://github.com/oclif/oclif/commit/6bb89b6))
+* use shield style for circle ([d0533a6](https://github.com/oclif/oclif/commit/d0533a6))
+
# [1.3.0](https://github.com/oclif/oclif/compare/59e3e32f39f251414f10224cfe49c5f2bee44090...v1.3.0) (2018-02-15)
diff --git a/README.md b/README.md
index 2e14e8d..8669462 100644
--- a/README.md
+++ b/README.md
@@ -454,7 +454,7 @@ OPTIONS
--force overwrite existing files
```
-_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.2.14/src/commands/command.ts)_
+_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.3.0/src/commands/command.ts)_
## help [COMMAND]
@@ -487,7 +487,7 @@ OPTIONS
--options=options (typescript|semantic-release|mocha)
```
-_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.2.14/src/commands/multi.ts)_
+_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.3.0/src/commands/multi.ts)_
## plugin [PATH]
@@ -503,7 +503,7 @@ OPTIONS
--options=options (typescript|semantic-release|mocha)
```
-_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.2.14/src/commands/plugin.ts)_
+_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.3.0/src/commands/plugin.ts)_
## single [PATH]
@@ -519,7 +519,7 @@ OPTIONS
--options=options (typescript|semantic-release|mocha)
```
-_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.2.14/src/commands/single.ts)_
+_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.3.0/src/commands/single.ts)_
# Related Repositories
diff --git a/package.json b/package.json
index af4c6dd..44b35b2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
- "version": "1.3.0",
+ "version": "1.3.1",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",