From 8198165e89a871cd5db31f077c83b79d000a476a Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Fri, 17 Aug 2018 01:33:14 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] ## [1.9.1](https://github.com/oclif/example-multi-ts/compare/v1.9.0...v1.9.1) (2018-08-17) ### Bug Fixes * oclif v1.10.2 ([6b1bec3](https://github.com/oclif/example-multi-ts/commit/6b1bec3)) --- CHANGELOG.md | 7 +++++++ README.md | 21 +++++++++++++++++++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ad19a..3ba27bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/oclif/example-multi-ts/compare/v1.9.0...v1.9.1) (2018-08-17) + + +### Bug Fixes + +* oclif v1.10.2 ([6b1bec3](https://github.com/oclif/example-multi-ts/commit/6b1bec3)) + # [1.9.0](https://github.com/oclif/example-multi-ts/compare/v1.8.6...v1.9.0) (2018-08-17) diff --git a/README.md b/README.md index fbc5ede..c59f00d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @oclif/example-multi-ts $ example-multi-ts COMMAND running command... $ example-multi-ts (-v|--version|version) -@oclif/example-multi-ts/1.9.0 linux-x64 node-v10.9.0 +@oclif/example-multi-ts/1.9.1 linux-x64 node-v10.9.0 $ example-multi-ts --help [COMMAND] USAGE $ example-multi-ts COMMAND @@ -31,9 +31,26 @@ USAGE # Commands +* [`example-multi-ts goodbye [FILE]`](#example-multi-ts-goodbye-file) * [`example-multi-ts hello [FILE]`](#example-multi-ts-hello-file) * [`example-multi-ts help [COMMAND]`](#example-multi-ts-help-command) +## `example-multi-ts goodbye [FILE]` + +describe the command here + +``` +USAGE + $ example-multi-ts goodbye [FILE] + +OPTIONS + -f, --force + -h, --help show CLI help + -n, --name=name name to print +``` + +_See code: [src/commands/goodbye.ts](https://github.com/oclif/example-multi-ts/blob/v1.9.1/src/commands/goodbye.ts)_ + ## `example-multi-ts hello [FILE]` describe the command here @@ -52,7 +69,7 @@ EXAMPLE hello world from ./src/hello.ts! ``` -_See code: [src/commands/hello.ts](https://github.com/oclif/example-multi-ts/blob/v1.9.0/src/commands/hello.ts)_ +_See code: [src/commands/hello.ts](https://github.com/oclif/example-multi-ts/blob/v1.9.1/src/commands/hello.ts)_ ## `example-multi-ts help [COMMAND]` diff --git a/package.json b/package.json index aca09ae..6bf3948 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/example-multi-ts", "description": "example multi-command CLI built with typescript", - "version": "1.9.0", + "version": "1.9.1", "author": "Jeff Dickey @jdxcode", "bin": { "example-multi-ts": "./bin/run"