From e27334373fe2ebb2621e05e32dce9f0fc33379d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:57:06 +0000 Subject: [PATCH] chore(changesets): version packages --- .changeset/thin-books-appear.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/thin-books-appear.md diff --git a/.changeset/thin-books-appear.md b/.changeset/thin-books-appear.md deleted file mode 100644 index 1107227e..00000000 --- a/.changeset/thin-books-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": patch ---- - -Fixed error message when no command is given. diff --git a/CHANGELOG.md b/CHANGELOG.md index f952d9c3..da5b5c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.3 + +### Patch Changes + +- [#838](https://github.com/SmartThingsCommunity/smartthings-cli/pull/838) [`d0e7681`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/d0e76816b56608fb827ee3bac0c09b31d92b9388) Thanks [@rossiam](https://github.com/rossiam)! - Fixed error message when no command is given. + ## 2.1.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index a726f40a..4848b5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@smartthings/cli", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@smartthings/cli", - "version": "2.1.2", + "version": "2.1.3", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.1114.0", diff --git a/package.json b/package.json index f90a2601..191e6fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "2.1.2", + "version": "2.1.3", "description": "Command Line Interface for the SmartThings APIs", "keywords": [ "smartthings",