Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.3.1"></a>
## [1.3.1](oclif/oclif@17f4b2a...v1.3.1) (2018-02-15)

### Bug Fixes

* updated dev-cli ([dc18085](oclif/oclif@dc18085))
* use shield style for circle ([6bb89b6](oclif/oclif@6bb89b6))
* use shield style for circle ([d0533a6](oclif/oclif@d0533a6))
  • Loading branch information
oclif-bot committed Feb 15, 2018
1 parent 6bb89b6 commit 88298f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.3.1"></a>
## [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))

<a name="1.3.0"></a>
# [1.3.0](https://github.com/oclif/oclif/compare/59e3e32f39f251414f10224cfe49c5f2bee44090...v1.3.0) (2018-02-15)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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]

Expand All @@ -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]

Expand All @@ -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)_
<!-- commandsstop -->

# Related Repositories
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 88298f6

Please sign in to comment.