From 23a56c32b301637a8bc2b3de80d25adcff6fc47b Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Tue, 29 May 2018 20:17:36 +0000 Subject: [PATCH] chore(release): 1.13.24 [skip ci] ## [1.13.24](https://github.com/oclif/dev-cli/compare/v1.13.23...v1.13.24) (2018-05-29) ### Bug Fixes * updated deps ([5326b98](https://github.com/oclif/dev-cli/commit/5326b98)) --- CHANGELOG.md | 8 ++++++++ README.md | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82eec17d..a7dcf467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.13.24](https://github.com/oclif/dev-cli/compare/v1.13.23...v1.13.24) (2018-05-29) + + +### Bug Fixes + +* updated deps ([5326b98](https://github.com/oclif/dev-cli/commit/5326b98)) + ## [1.13.23](https://github.com/oclif/dev-cli/compare/v1.13.22...v1.13.23) (2018-05-26) diff --git a/README.md b/README.md index 64bea785..98f8ab25 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.13.23 linux-x64 node-v9.11.1 +@oclif/dev-cli/1.13.24 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/v1.2.11/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.0.0/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.13.23/src/commands/manifest.ts)_ +_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/manifest.ts)_ ## `oclif-dev pack` @@ -91,7 +91,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.ts](https://github.com/oclif/dev-cli/blob/v1.13.23/src/commands/pack.ts)_ +_See code: [src/commands/pack.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/pack.ts)_ ## `oclif-dev pack:deb` @@ -105,7 +105,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.23/src/commands/pack/deb.ts)_ +_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/pack/deb.ts)_ ## `oclif-dev pack:macos` @@ -119,7 +119,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.23/src/commands/pack/macos.ts)_ +_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/pack/macos.ts)_ ## `oclif-dev pack:win` @@ -133,7 +133,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.23/src/commands/pack/win.ts)_ +_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/pack/win.ts)_ ## `oclif-dev publish` @@ -148,7 +148,7 @@ OPTIONS -r, --root=root (required) [default: .] path to oclif CLI root ``` -_See code: [src/commands/publish.ts](https://github.com/oclif/dev-cli/blob/v1.13.23/src/commands/publish.ts)_ +_See code: [src/commands/publish.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/publish.ts)_ ## `oclif-dev publish:deb` @@ -162,7 +162,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.23/src/commands/publish/deb.ts)_ +_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/publish/deb.ts)_ ## `oclif-dev publish:macos` @@ -176,7 +176,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.23/src/commands/publish/macos.ts)_ +_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/publish/macos.ts)_ ## `oclif-dev publish:win` @@ -190,7 +190,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.23/src/commands/publish/win.ts)_ +_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/publish/win.ts)_ ## `oclif-dev readme` @@ -211,5 +211,5 @@ DESCRIPTION ``` -_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.23/src/commands/readme.ts)_ +_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.13.24/src/commands/readme.ts)_ diff --git a/package.json b/package.json index f6a91ad7..5a41f5bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/dev-cli", "description": "helpers for oclif CLIs", - "version": "1.13.23", + "version": "1.13.24", "author": "Jeff Dickey @jdxcode", "bin": { "oclif-dev": "./bin/run"