From a2096b25217eeafd07e3e12a2b81a3227964410b Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Wed, 7 Feb 2018 08:46:44 +0000 Subject: [PATCH] chore(release): 0.3.9 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fbbd5f..ad4447fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [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)) + ## [0.3.8](https://github.com/anycli/dev-cli/compare/ace795c22190d9ac1967648cbb4a710767dfd544...v0.3.8) (2018-02-07) diff --git a/README.md b/README.md index 74c22651..1daad751 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 @@ -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 @@ -99,5 +99,5 @@ DESCRIPTION ``` -_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)_ diff --git a/package.json b/package.json index 3443ec4f..f074de5e 100644 --- a/package.json +++ b/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",