diff --git a/CHANGELOG.md b/CHANGELOG.md index 863a050b..8de85a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.6](https://github.com/oclif/plugin-update/compare/v1.3.5...v1.3.6) (2018-10-26) + + +### Bug Fixes + +* add basedir template vars ([f11ab5a](https://github.com/oclif/plugin-update/commit/f11ab5a)) + ## [1.3.5](https://github.com/oclif/plugin-update/compare/v1.3.4...v1.3.5) (2018-10-24) diff --git a/README.md b/README.md index bceae416..2c1a85a1 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.5/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.3.6/src/commands/update.ts)_ diff --git a/package.json b/package.json index 23b6b33b..ab7be0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "1.3.5", + "version": "1.3.6", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {