diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd4c956..a5ff654f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one, so this flag is not necessary at this time. * Under-the-hood changes to make the CLI more maintainable. +* `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`) + but it still works. ## 1.10.6 diff --git a/package.json b/package.json index 32466bba..8333dfd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "2.0.0-prerelease1", + "version": "2.0.0-prerelease2", "description": "Command Line Interface for the SmartThings APIs", "keywords": [ "smartthings",