diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6d4dae..85c039d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/oclif/plugin-plugins/compare/v1.9.1...v1.9.2) (2020-11-10) + + +### Bug Fixes + +* stop cli action & rethrow install error ([#195](https://github.com/oclif/plugin-plugins/issues/195)) ([62040f2](https://github.com/oclif/plugin-plugins/commit/62040f2cd1ee2a9ecea237b87ef94602906b6c12)) + ## [1.9.1](https://github.com/oclif/plugin-plugins/compare/v1.9.0...v1.9.1) (2020-10-13) diff --git a/README.md b/README.md index 592704f4..ae44fded 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ EXAMPLE $ mycli plugins ``` -_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.2/src/commands/plugins/index.ts)_ ## `mycli plugins:install PLUGIN...` @@ -138,7 +138,7 @@ EXAMPLES $ mycli plugins:install someuser/someplugin ``` -_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.2/src/commands/plugins/install.ts)_ ## `mycli plugins:link PLUGIN` @@ -165,7 +165,7 @@ EXAMPLE $ mycli plugins:link myplugin ``` -_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.2/src/commands/plugins/link.ts)_ ## `mycli plugins:uninstall PLUGIN...` @@ -187,7 +187,7 @@ ALIASES $ mycli plugins:remove ``` -_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.2/src/commands/plugins/uninstall.ts)_ ## `mycli plugins:update` @@ -202,5 +202,5 @@ OPTIONS -v, --verbose ``` -_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.2/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index fcce0723..b5d66353 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "1.9.1", + "version": "1.9.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {