Skip to content

Commit

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

### Bug Fixes

* manifest ([d0d55b9](d0d55b9))
* manifest ([def2bbf](def2bbf))
* updated deps ([b7f8076](b7f8076))
* updated deps ([52a4094](52a4094))
  • Loading branch information
oclif-bot committed May 3, 2018
1 parent d0d55b9 commit bc2a896
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.1.21"></a>
## [1.1.21](https://github.com/oclif/plugin-update/compare/v1.1.20...v1.1.21) (2018-05-03)


### Bug Fixes

* manifest ([d0d55b9](https://github.com/oclif/plugin-update/commit/d0d55b9))
* manifest ([def2bbf](https://github.com/oclif/plugin-update/commit/def2bbf))
* updated deps ([b7f8076](https://github.com/oclif/plugin-update/commit/b7f8076))
* updated deps ([52a4094](https://github.com/oclif/plugin-update/commit/52a4094))

<a name="1.1.20"></a>
## [1.1.20](https://github.com/oclif/plugin-update/compare/v1.1.19...v1.1.20) (2018-05-01)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-update
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/plugin-update/1.1.20 linux-x64 node-v8.11.1
@oclif/plugin-update/1.1.21 linux-x64 node-v8.11.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand All @@ -41,5 +41,5 @@ USAGE
$ oclif-example update [CHANNEL]
```

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.20/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.21/src/commands/update.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
"version": "1.1.20",
"version": "1.1.21",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit bc2a896

Please sign in to comment.