From 7cc37cac46ad919ef907a4c4c1944ea6d583e353 Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Tue, 2 Oct 2018 22:33:33 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/oclif/plugin-plugins/compare/v1.6.3...v1.7.0) (2018-10-02) ### Features * plugins:preinstall hook ([2ba5ef0](https://github.com/oclif/plugin-plugins/commit/2ba5ef0)) --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5741b56e..7db772f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/oclif/plugin-plugins/compare/v1.6.3...v1.7.0) (2018-10-02) + + +### Features + +* plugins:preinstall hook ([2ba5ef0](https://github.com/oclif/plugin-plugins/commit/2ba5ef0)) + ## [1.6.3](https://github.com/oclif/plugin-plugins/compare/v1.6.2...v1.6.3) (2018-10-02) diff --git a/README.md b/README.md index 458c80af..4035c5e2 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ EXAMPLE $ mycli plugins ``` -_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v1.7.0/src/commands/plugins/index.ts)_ ## `mycli plugins:install PLUGIN...` @@ -113,7 +113,7 @@ EXAMPLES $ mycli plugins:install someuser/someplugin ``` -_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.7.0/src/commands/plugins/install.ts)_ ## `mycli plugins:link PLUGIN` @@ -140,7 +140,7 @@ EXAMPLE $ mycli plugins:link myplugin ``` -_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.7.0/src/commands/plugins/link.ts)_ ## `mycli plugins:uninstall PLUGIN...` @@ -162,7 +162,7 @@ ALIASES $ mycli plugins:remove ``` -_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.7.0/src/commands/plugins/uninstall.ts)_ ## `mycli plugins:update` @@ -177,5 +177,5 @@ OPTIONS -v, --verbose ``` -_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.6.3/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.7.0/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 6228a5cb..aa81a887 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "1.6.3", + "version": "1.7.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {