Skip to content

Commit

Permalink
chore(release): 1.7.10 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.7.10"></a>
## [1.7.10](v1.7.9...v1.7.10) (2018-03-28)

### Bug Fixes

* remove commitlint from this project ([#87](#87)) ([beb4b4e](beb4b4e))
  • Loading branch information
oclif-bot committed Mar 28, 2018
1 parent beb4b4e commit 1bfcafe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
<a name="1.7.10"></a>
## [1.7.10](https://github.com/oclif/oclif/compare/v1.7.9...v1.7.10) (2018-03-28)


### Bug Fixes

* remove commitlint from this project ([#87](https://github.com/oclif/oclif/issues/87)) ([beb4b4e](https://github.com/oclif/oclif/commit/beb4b4e))

<a name="1.7.9"></a>
## [1.7.9](https://github.com/oclif/oclif/compare/v1.7.8...v1.7.9) (2018-03-25)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -143,7 +143,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.7.9/src/commands/command.ts)_
_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.7.10/src/commands/command.ts)_

## oclif help [COMMAND]

Expand Down Expand Up @@ -179,7 +179,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.7.9/src/commands/hook.ts)_
_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.7.10/src/commands/hook.ts)_

## oclif multi [PATH]

Expand All @@ -198,7 +198,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.9/src/commands/multi.ts)_
_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.10/src/commands/multi.ts)_

## oclif plugin [PATH]

Expand All @@ -217,7 +217,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.9/src/commands/plugin.ts)_
_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.10/src/commands/plugin.ts)_

## oclif single [PATH]

Expand All @@ -236,7 +236,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.9/src/commands/single.ts)_
_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.10/src/commands/single.ts)_
<!-- commandsstop -->

# 🏭 Related Repositories
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "1.7.9",
"version": "1.7.10",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
Expand Down

0 comments on commit 1bfcafe

Please sign in to comment.