From 553930640fe308d2400e03a4e90ff2083b4256d8 Mon Sep 17 00:00:00 2001 From: Ross Stenersen Date: Thu, 20 Nov 2025 09:43:45 -0600 Subject: [PATCH] chore: updates for second yargs prerelease --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",