Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.4.0"></a>
# [1.4.0](oclif/oclif@009490b...v1.4.0) (2018-03-21)

### Features

* add tslint component option ([#63](oclif/oclif#63)) ([e3a7943](oclif/oclif@e3a7943))
  • Loading branch information
oclif-bot committed Mar 21, 2018
1 parent e3a7943 commit 69a8799
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.4.0"></a>
# [1.4.0](https://github.com/oclif/oclif/compare/009490b5de98bb9e71874abee253eb1be85f38d1...v1.4.0) (2018-03-21)


### Features

* add tslint component option ([#63](https://github.com/oclif/oclif/issues/63)) ([e3a7943](https://github.com/oclif/oclif/commit/e3a7943))

<a name="1.3.14"></a>
## [1.3.14](https://github.com/oclif/oclif/compare/64971883b1df554d06a13a8242694f34c517b1e6...v1.3.14) (2018-03-21)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.3.13/src/commands/command.ts)_
_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.3.14/src/commands/command.ts)_

## help [COMMAND]

Expand Down Expand Up @@ -494,7 +494,7 @@ OPTIONS
--options=options (typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.3.13/src/commands/multi.ts)_
_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.3.14/src/commands/multi.ts)_

## plugin [PATH]

Expand All @@ -510,7 +510,7 @@ OPTIONS
--options=options (typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.3.13/src/commands/plugin.ts)_
_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.3.14/src/commands/plugin.ts)_

## single [PATH]

Expand All @@ -526,7 +526,7 @@ OPTIONS
--options=options (typescript|tslint|semantic-release|mocha)
```

_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.3.13/src/commands/single.ts)_
_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.3.14/src/commands/single.ts)_
<!-- commandsstop -->

# 🏭 Related Repositories
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",
"description": "oclif: create your own CLI",
"version": "1.3.14",
"version": "1.4.0",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
Expand Down

0 comments on commit 69a8799

Please sign in to comment.