diff --git a/CHANGELOG.md b/CHANGELOG.md index 4733a4c5..fde3795e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.1](https://github.com/oclif/dev-cli/compare/v1.18.0...v1.18.1) (2018-09-14) + + +### Bug Fixes + +* lint issue ([6650cc1](https://github.com/oclif/dev-cli/commit/6650cc1)) +* remove greenkeeper-lockfile ([b3287b7](https://github.com/oclif/dev-cli/commit/b3287b7)) +* updated nyc ([3d9318f](https://github.com/oclif/dev-cli/commit/3d9318f)) + # [1.18.0](https://github.com/oclif/dev-cli/compare/v1.17.0...v1.18.0) (2018-09-01) diff --git a/README.md b/README.md index 72aab7ce..8a6ca3b0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install -g @oclif/dev-cli $ oclif-dev COMMAND running command... $ oclif-dev (-v|--version|version) -@oclif/dev-cli/1.18.0 linux-x64 node-v9.11.1 +@oclif/dev-cli/1.18.1 linux-x64 node-v9.11.1 $ oclif-dev --help [COMMAND] USAGE $ oclif-dev COMMAND @@ -59,7 +59,7 @@ OPTIONS --all see all commands in CLI ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.1/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.2/src/commands/help.ts)_ ## `oclif-dev manifest [PATH]` @@ -73,7 +73,7 @@ ARGUMENTS PATH [default: .] path to plugin ``` -_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.18.0/src/commands/manifest.ts)_ +_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/manifest.ts)_ ## `oclif-dev pack` @@ -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.18.0/src/commands/pack/index.ts)_ +_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/pack/index.ts)_ ## `oclif-dev pack:deb` @@ -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.18.0/src/commands/pack/deb.ts)_ +_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/pack/deb.ts)_ ## `oclif-dev pack:macos` @@ -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.18.0/src/commands/pack/macos.ts)_ +_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/pack/macos.ts)_ ## `oclif-dev pack:win` @@ -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.18.0/src/commands/pack/win.ts)_ +_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/pack/win.ts)_ ## `oclif-dev publish` @@ -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.18.0/src/commands/publish/index.ts)_ +_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/publish/index.ts)_ ## `oclif-dev publish:deb` @@ -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.18.0/src/commands/publish/deb.ts)_ +_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/publish/deb.ts)_ ## `oclif-dev publish:macos` @@ -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.18.0/src/commands/publish/macos.ts)_ +_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/publish/macos.ts)_ ## `oclif-dev publish:win` @@ -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.18.0/src/commands/publish/win.ts)_ +_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/publish/win.ts)_ ## `oclif-dev readme` @@ -217,5 +217,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.18.0/src/commands/readme.ts)_ +_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.18.1/src/commands/readme.ts)_ diff --git a/package.json b/package.json index 15db0238..17fbcb6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/dev-cli", "description": "helpers for oclif CLIs", - "version": "1.18.0", + "version": "1.18.1", "author": "Jeff Dickey @jdxcode", "bin": { "oclif-dev": "./bin/run"