Skip to content

Commit

Permalink
chore(release): 1.9.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.3](v1.9.2...v1.9.3) (2020-11-12)

### Bug Fixes

* Downgrade fs-extra to support Node.js 8 ([#199](#199)) ([ee9f806](ee9f806))
  • Loading branch information
oclif-bot committed Nov 12, 2020
1 parent ee9f806 commit 1bc2c19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...`

Expand Down Expand Up @@ -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`

Expand All @@ -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...`

Expand All @@ -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`

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1bc2c19

Please sign in to comment.