Skip to content

Commit

Permalink
chore(release): 1.7.55 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.7.55"></a>
## [1.7.55](v1.7.54...v1.7.55) (2018-06-01)

### Bug Fixes

* add prepare step ([dd927fb](dd927fb))
* remove es module config ([80ef22b](80ef22b))
* updated deps ([64a13d1](64a13d1))
* updated fancy-test ([a58f942](a58f942))
  • Loading branch information
oclif-bot committed Jun 1, 2018
1 parent a58f942 commit 711f590
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="1.7.55"></a>
## [1.7.55](https://github.com/oclif/oclif/compare/v1.7.54...v1.7.55) (2018-06-01)


### Bug Fixes

* add prepare step ([dd927fb](https://github.com/oclif/oclif/commit/dd927fb))
* remove es module config ([80ef22b](https://github.com/oclif/oclif/commit/80ef22b))
* updated deps ([64a13d1](https://github.com/oclif/oclif/commit/64a13d1))
* updated fancy-test ([a58f942](https://github.com/oclif/oclif/commit/a58f942))

<a name="1.7.54"></a>
## [1.7.54](https://github.com/oclif/oclif/compare/v1.7.53...v1.7.54) (2018-06-01)

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

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

## `oclif help [COMMAND]`

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

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

## `oclif multi [PATH]`

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

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

## `oclif plugin [PATH]`

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

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

## `oclif single [PATH]`

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

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

0 comments on commit 711f590

Please sign in to comment.