Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.3.9 [skip ci]
Browse files Browse the repository at this point in the history
<a name="0.3.9"></a>
## [0.3.9](79b0796...v0.3.9) (2018-02-07)

### Bug Fixes

* updated deps ([9d0fb57](9d0fb57))
  • Loading branch information
oclif-bot committed Feb 7, 2018
1 parent 9d0fb57 commit a2096b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
<a name="0.3.9"></a>
## [0.3.9](https://github.com/anycli/dev-cli/compare/79b0796c62b93b3e252854b87824e6093ac6e2ae...v0.3.9) (2018-02-07)


### Bug Fixes

* updated deps ([9d0fb57](https://github.com/anycli/dev-cli/commit/9d0fb57))

<a name="0.3.8"></a>
## [0.3.8](https://github.com/anycli/dev-cli/compare/ace795c22190d9ac1967648cbb4a710767dfd544...v0.3.8) (2018-02-07)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -32,7 +32,7 @@ $ npm install -g @anycli/dev-cli
$ anycli-dev COMMAND
running command...
$ anycli-dev (-v|--version|version)
@anycli/dev-cli/0.3.7 (linux-x64) node-v9.5.0
@anycli/dev-cli/0.3.8 (linux-x64) node-v9.5.0
$ anycli-dev --help [COMMAND]
USAGE
$ anycli-dev COMMAND [OPTIONS]
Expand Down Expand Up @@ -60,7 +60,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@anycli/plugin-help](https://github.com/anycli/plugin-help/blob/v0.7.0/src/commands/help.ts)_
_See code: [@anycli/plugin-help](https://github.com/anycli/plugin-help/blob/v0.7.2/src/commands/help.ts)_

## manifest

Expand All @@ -78,7 +78,7 @@ OPTIONS
--version show CLI version
```

_See code: [@anycli/dev-cli](https://github.com/anycli/dev-cli/blob/v0.3.7/src/commands/manifest.ts)_
_See code: [@anycli/dev-cli](https://github.com/anycli/dev-cli/blob/v0.3.8/src/commands/manifest.ts)_

## readme

Expand All @@ -99,5 +99,5 @@ DESCRIPTION
<!-- commands -->
```

_See code: [@anycli/dev-cli](https://github.com/anycli/dev-cli/blob/v0.3.7/src/commands/readme.ts)_
_See code: [@anycli/dev-cli](https://github.com/anycli/dev-cli/blob/v0.3.8/src/commands/readme.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/dev-cli",
"description": "helpers for anycli CLIs",
"version": "0.3.8",
"version": "0.3.9",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",
Expand Down

0 comments on commit a2096b2

Please sign in to comment.