Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.0.7"></a>
## [1.0.7](e018e45...v1.0.7) (2018-03-23)

### Bug Fixes

* updated deps ([4e23c65](4e23c65))
  • Loading branch information
oclif-bot committed Mar 23, 2018
1 parent 4e23c65 commit 49b894b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 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.0.7"></a>
## [1.0.7](https://github.com/oclif/plugin-plugins/compare/e018e45bcd779ac2463c7e218c151356cc58694f...v1.0.7) (2018-03-23)


### Bug Fixes

* updated deps ([4e23c65](https://github.com/oclif/plugin-plugins/commit/4e23c65))

<a name="1.0.6"></a>
## [1.0.6](https://github.com/oclif/plugin-plugins/compare/0a0155d9f2ac09ecde7f8ce2b15b85fae6c5cba8...v1.0.6) (2018-03-22)

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins plugin for oclif
<!-- toc -->
* [What is this?](#what-is-this)
* [Usage](#usage)
* [Friendly names](#friendly-names)
* [Commands](#commands)
<!-- tocstop -->

Expand Down Expand Up @@ -56,7 +57,6 @@ To set this up, simply set the `oclif.scope` to the name of your npm org. In the

# Commands
<!-- commands -->

* [mycli plugins](#plugins)
* [mycli plugins:install PLUGIN...](#pluginsinstall-plugin)
* [mycli plugins:uninstall PLUGIN...](#pluginsuninstall-plugin)
Expand All @@ -76,7 +76,7 @@ EXAMPLE
$ mycli plugins
```

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

### plugins:install PLUGIN...

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

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

### plugins:uninstall PLUGIN...

Expand All @@ -107,7 +107,7 @@ ARGUMENTS
PLUGIN plugin to uninstall
```

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

### plugins:update

Expand All @@ -118,7 +118,7 @@ USAGE
$ mycli plugins:update
```

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

## plugins:install PLUGIN...

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

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

## plugins:uninstall PLUGIN...

Expand All @@ -149,7 +149,7 @@ ARGUMENTS
PLUGIN plugin to uninstall
```

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

## plugins:update

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

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

0 comments on commit 49b894b

Please sign in to comment.