diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9bc3b4..863a050b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.5](https://github.com/oclif/plugin-update/compare/v1.3.4...v1.3.5) (2018-10-24) + + +### Bug Fixes + +* Fallback to templates for s3 gz url and baseDir ([#46](https://github.com/oclif/plugin-update/issues/46)) ([bd7ab36](https://github.com/oclif/plugin-update/commit/bd7ab36)) + ## [1.3.4](https://github.com/oclif/plugin-update/compare/v1.3.3...v1.3.4) (2018-10-13) diff --git a/README.md b/README.md index 7d36e1aa..bceae416 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ USAGE $ oclif-example update [CHANNEL] ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.4/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.5/src/commands/update.ts)_ diff --git a/package.json b/package.json index 2b06a6c9..23b6b33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "1.3.4", + "version": "1.3.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {