Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2018-08-17)

### Bug Fixes

* oclif v1.11.1 ([990db69](990db69))
  • Loading branch information
oclif-bot committed Aug 17, 2018
1 parent 990db69 commit 6b6d9ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.1](https://github.com/oclif/example-multi-ts/compare/v1.10.0...v1.10.1) (2018-08-17)


### Bug Fixes

* oclif v1.11.1 ([990db69](https://github.com/oclif/example-multi-ts/commit/990db69))

# [1.10.0](https://github.com/oclif/example-multi-ts/compare/v1.9.2...v1.10.0) (2018-08-17)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0 linux-x64 node-v10.9.0
@oclif/example-multi-ts/1.10.1 linux-x64 node-v10.9.0
$ example-multi-ts --help [COMMAND]
USAGE
$ example-multi-ts COMMAND
Expand All @@ -49,7 +49,7 @@ OPTIONS
-n, --name=name name to print
```

_See code: [src/commands/goodbye.ts](https://github.com/oclif/example-multi-ts/blob/v1.10.0/src/commands/goodbye.ts)_
_See code: [src/commands/goodbye.ts](https://github.com/oclif/example-multi-ts/blob/v1.10.1/src/commands/goodbye.ts)_

## `example-multi-ts hello [FILE]`

Expand All @@ -69,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.10.0/src/commands/hello.ts)_
_See code: [src/commands/hello.ts](https://github.com/oclif/example-multi-ts/blob/v1.10.1/src/commands/hello.ts)_

## `example-multi-ts help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/example-multi-ts",
"description": "example multi-command CLI built with typescript",
"version": "1.10.0",
"version": "1.10.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"example-multi-ts": "./bin/run"
Expand Down

0 comments on commit 6b6d9ba

Please sign in to comment.