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.7.22 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.7.22"></a>
## [1.7.22](oclif/oclif@v1.7.21...v1.7.22) (2018-04-08)

### Bug Fixes

* fixed lint issues ([3048e06](oclif/oclif@3048e06))
* remove unneeded script ([016849f](oclif/oclif@016849f))
  • Loading branch information
oclif-bot committed Apr 8, 2018
1 parent 3048e06 commit 1381021
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.7.22"></a>
## [1.7.22](https://github.com/oclif/oclif/compare/v1.7.21...v1.7.22) (2018-04-08)


### Bug Fixes

* fixed lint issues ([3048e06](https://github.com/oclif/oclif/commit/3048e06))
* remove unneeded script ([016849f](https://github.com/oclif/oclif/commit/016849f))

<a name="1.7.21"></a>
## [1.7.21](https://github.com/oclif/oclif/compare/v1.7.20...v1.7.21) (2018-04-08)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ OPTIONS
--force overwrite existing files
```

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

## oclif help [COMMAND]

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

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

## oclif multi [PATH]

Expand All @@ -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.21/src/commands/multi.ts)_
_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.22/src/commands/multi.ts)_

## oclif plugin [PATH]

Expand All @@ -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.21/src/commands/plugin.ts)_
_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.22/src/commands/plugin.ts)_

## oclif single [PATH]

Expand All @@ -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.21/src/commands/single.ts)_
_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.22/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.7.21",
"version": "1.7.22",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
Expand Down

0 comments on commit 1381021

Please sign in to comment.