Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

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

### Bug Fixes

* node 8 ([54fb6bb](54fb6bb))
* readme ([4ca47f2](4ca47f2))
  • Loading branch information
oclif-bot committed Jun 15, 2018
1 parent 54fb6bb commit 9234291
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 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.13.32"></a>
## [1.13.32](https://github.com/oclif/dev-cli/compare/v1.13.31...v1.13.32) (2018-06-15)


### Bug Fixes

* node 8 ([54fb6bb](https://github.com/oclif/dev-cli/commit/54fb6bb))
* readme ([4ca47f2](https://github.com/oclif/dev-cli/commit/4ca47f2))

<a name="1.13.31"></a>
## [1.13.31](https://github.com/oclif/dev-cli/compare/v1.13.30...v1.13.31) (2018-06-12)

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @oclif/dev-cli
$ oclif-dev COMMAND
running command...
$ oclif-dev (-v|--version|version)
@oclif/dev-cli/1.13.31 linux-x64 node-v9.11.1
@oclif/dev-cli/1.13.32 linux-x64 node-v9.11.1
$ oclif-dev --help [COMMAND]
USAGE
$ oclif-dev COMMAND
Expand Down Expand Up @@ -73,7 +73,7 @@ ARGUMENTS
PATH [default: .] path to plugin
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/manifest.ts)_

## `oclif-dev pack`

Expand All @@ -90,7 +90,7 @@ DESCRIPTION
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
```

_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/pack/index.ts)_
_See code: [src/commands/pack.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/pack.ts)_

## `oclif-dev pack:deb`

Expand All @@ -104,7 +104,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/pack/deb.ts)_
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/pack/deb.ts)_

## `oclif-dev pack:macos`

Expand All @@ -118,7 +118,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/pack/macos.ts)_
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/pack/macos.ts)_

## `oclif-dev pack:win`

Expand All @@ -132,7 +132,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/pack/win.ts)_
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/pack/win.ts)_

## `oclif-dev publish`

Expand All @@ -147,7 +147,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/publish/index.ts)_
_See code: [src/commands/publish.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/publish.ts)_

## `oclif-dev publish:deb`

Expand All @@ -161,7 +161,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/publish/deb.ts)_
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/publish/deb.ts)_

## `oclif-dev publish:macos`

Expand All @@ -175,7 +175,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/publish/macos.ts)_
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/publish/macos.ts)_

## `oclif-dev publish:win`

Expand All @@ -189,7 +189,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/publish/win.ts)_
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/publish/win.ts)_

## `oclif-dev readme`

Expand All @@ -210,5 +210,5 @@ DESCRIPTION
<!-- commands -->
```

_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.31/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.32/src/commands/readme.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/dev-cli",
"description": "helpers for oclif CLIs",
"version": "1.13.31",
"version": "1.13.32",
"author": "Jeff Dickey @jdxcode",
"bin": {
"oclif-dev": "./bin/run"
Expand Down

0 comments on commit 9234291

Please sign in to comment.