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.19.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.1](v1.19.0...v1.19.1) (2018-10-13)

### Bug Fixes

* use package-lock or npm-shrinkwrap ([1ce4cbe](1ce4cbe))
  • Loading branch information
oclif-bot committed Oct 13, 2018
1 parent 1ce4cbe commit 0530708
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.19.1](https://github.com/oclif/dev-cli/compare/v1.19.0...v1.19.1) (2018-10-13)


### Bug Fixes

* use package-lock or npm-shrinkwrap ([1ce4cbe](https://github.com/oclif/dev-cli/commit/1ce4cbe))

# [1.19.0](https://github.com/oclif/dev-cli/compare/v1.18.1...v1.19.0) (2018-10-02)


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.19.0 linux-x64 node-v9.11.1
@oclif/dev-cli/1.19.1 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.19.0/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/manifest.ts)_

## `oclif-dev pack`

Expand All @@ -92,7 +92,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.19.0/src/commands/pack/index.ts)_
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/pack/index.ts)_

## `oclif-dev pack:deb`

Expand All @@ -106,7 +106,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.19.0/src/commands/pack/deb.ts)_
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/pack/deb.ts)_

## `oclif-dev pack:macos`

Expand All @@ -120,7 +120,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.19.0/src/commands/pack/macos.ts)_
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/pack/macos.ts)_

## `oclif-dev pack:win`

Expand All @@ -134,7 +134,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.19.0/src/commands/pack/win.ts)_
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/pack/win.ts)_

## `oclif-dev publish`

Expand All @@ -152,7 +152,7 @@ DESCRIPTION
"aws-sdk" will need to be installed as a devDependency to publish.
```

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

## `oclif-dev publish:deb`

Expand All @@ -166,7 +166,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.19.0/src/commands/publish/deb.ts)_
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/publish/deb.ts)_

## `oclif-dev publish:macos`

Expand All @@ -180,7 +180,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.19.0/src/commands/publish/macos.ts)_
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/publish/macos.ts)_

## `oclif-dev publish:win`

Expand All @@ -194,7 +194,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.19.0/src/commands/publish/win.ts)_
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/src/commands/publish/win.ts)_

## `oclif-dev readme`

Expand All @@ -218,5 +218,5 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.19.0/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.19.1/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.19.0",
"version": "1.19.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"oclif-dev": "./bin/run"
Expand Down

0 comments on commit 0530708

Please sign in to comment.