diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c039d9..41798034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.3](https://github.com/oclif/plugin-plugins/compare/v1.9.2...v1.9.3) (2020-11-12) + + +### Bug Fixes + +* Downgrade fs-extra to support Node.js 8 ([#199](https://github.com/oclif/plugin-plugins/issues/199)) ([ee9f806](https://github.com/oclif/plugin-plugins/commit/ee9f806728f5b881c2e51b913c61b58d14bde4d3)) + ## [1.9.2](https://github.com/oclif/plugin-plugins/compare/v1.9.1...v1.9.2) (2020-11-10) diff --git a/README.md b/README.md index ae44fded..d2a50b43 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.2/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.3/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.2/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.3/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.2/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.3/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.2/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.3/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.2/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.9.3/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index d02b4173..ca34e537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "1.9.2", + "version": "1.9.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {