Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.1.5"></a>
## [1.1.5](v1.1.4...v1.1.5) (2018-05-01)

### Bug Fixes

* link plugin output ([246d7b4](246d7b4))
  • Loading branch information
oclif-bot committed May 1, 2018
1 parent 246d7b4 commit 3f32fdd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.1.5"></a>
## [1.1.5](https://github.com/oclif/plugin-plugins/compare/v1.1.4...v1.1.5) (2018-05-01)


### Bug Fixes

* link plugin output ([246d7b4](https://github.com/oclif/plugin-plugins/commit/246d7b4))

<a name="1.1.4"></a>
## [1.1.4](https://github.com/oclif/plugin-plugins/compare/v1.1.3...v1.1.4) (2018-04-27)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ EXAMPLE
$ mycli plugins
```

_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.4/src/commands/plugins.ts)_
_See code: [src/commands/plugins.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.5/src/commands/plugins.ts)_

## `mycli plugins:install PLUGIN...`

Expand All @@ -95,7 +95,7 @@ EXAMPLE
$ mycli plugins:install heroku-production-status
```

_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.4/src/commands/plugins/install.ts)_
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.5/src/commands/plugins/install.ts)_

## `mycli plugins:install PLUGIN...`

Expand All @@ -112,7 +112,7 @@ EXAMPLE
$ mycli plugins:install heroku-production-status
```

_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.4/src/commands/plugins/link.ts)_
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.5/src/commands/plugins/link.ts)_

## `mycli plugins:uninstall PLUGIN...`

Expand All @@ -129,7 +129,7 @@ ALIASES
$ mycli plugins:unlink
```

_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.4/src/commands/plugins/uninstall.ts)_
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.5/src/commands/plugins/uninstall.ts)_

## `mycli plugins:update`

Expand All @@ -140,5 +140,5 @@ USAGE
$ mycli plugins:update
```

_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.4/src/commands/plugins/update.ts)_
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v1.1.5/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.1.4",
"version": "1.1.5",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
Expand Down

0 comments on commit 3f32fdd

Please sign in to comment.