diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e16af8..a9759edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.11](https://github.com/oclif/plugin-update/compare/v1.2.10...v1.2.11) (2018-06-12) + + +### Bug Fixes + +* touch update before tidying ([df4d75f](https://github.com/oclif/plugin-update/commit/df4d75f)) + ## [1.2.10](https://github.com/oclif/plugin-update/compare/v1.2.9...v1.2.10) (2018-06-12) diff --git a/README.md b/README.md index dfdf4a85..1f506e21 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ USAGE $ oclif-example update [CHANNEL] ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.2.10/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.2.11/src/commands/update.ts)_ diff --git a/package.json b/package.json index e9e77d1f..4c7f0416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "1.2.10", + "version": "1.2.11", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {