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.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.3](v1.10.2...v1.10.3) (2018-08-22)

### Bug Fixes

* oclif v1.11.3 ([e9b74e0](e9b74e0)), closes [#152](https://github.com/oclif/example-plugin-ts/issues/152)
  • Loading branch information
oclif-bot committed Aug 22, 2018
1 parent e9b74e0 commit 72005da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.3](https://github.com/oclif/example-plugin-ts/compare/v1.10.2...v1.10.3) (2018-08-22)


### Bug Fixes

* oclif v1.11.3 ([e9b74e0](https://github.com/oclif/example-plugin-ts/commit/e9b74e0)), closes [#152](https://github.com/oclif/example-plugin-ts/issues/152)

## [1.10.2](https://github.com/oclif/example-plugin-ts/compare/v1.10.1...v1.10.2) (2018-08-17)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @oclif/example-plugin-ts
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/example-plugin-ts/1.10.2 linux-x64 node-v10.9.0
@oclif/example-plugin-ts/1.10.3 linux-x64 node-v10.9.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand Down Expand Up @@ -51,5 +51,5 @@ EXAMPLE
hello world from ./src/hello.ts!
```

_See code: [src/commands/hello.ts](https://github.com/oclif/example-plugin-ts/blob/v1.10.2/src/commands/hello.ts)_
_See code: [src/commands/hello.ts](https://github.com/oclif/example-plugin-ts/blob/v1.10.3/src/commands/hello.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/example-plugin-ts",
"description": "example dxcli plugin in typescript",
"version": "1.10.2",
"version": "1.10.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/example-plugin-ts/issues",
"dependencies": {
Expand Down

0 comments on commit 72005da

Please sign in to comment.