diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8e59ab..544048d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.1.6](https://github.com/oclif/plugin-update/compare/v1.1.5...v1.1.6) (2018-04-10) + + +### Bug Fixes + +* updated dev-cli ([06b455d](https://github.com/oclif/plugin-update/commit/06b455d)) +* updated dev-cli ([0fd606b](https://github.com/oclif/plugin-update/commit/0fd606b)) +* use target tarball ([701e8c7](https://github.com/oclif/plugin-update/commit/701e8c7)) + ## [1.1.5](https://github.com/oclif/plugin-update/compare/v1.1.4...v1.1.5) (2018-04-09) diff --git a/README.md b/README.md index 088296ce..9e730ecd 100644 --- a/README.md +++ b/README.md @@ -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.5 linux-x64 node-v9.11.1 +@oclif/plugin-update/1.1.6 linux-x64 node-v8.11.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -41,5 +41,5 @@ USAGE $ oclif-example update [CHANNEL] ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.5/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.6/src/commands/update.ts)_ diff --git a/package.json b/package.json index d0bda061..43caac5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "1.1.5", + "version": "1.1.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {