diff --git a/.changeset/curvy-yaks-strive.md b/.changeset/curvy-yaks-strive.md deleted file mode 100644 index 9bcba3ea..00000000 --- a/.changeset/curvy-yaks-strive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": patch ---- - -add organization options back to edge commands that use them diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ad7533..51658aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [#814](https://github.com/SmartThingsCommunity/smartthings-cli/pull/814) [`5d2041e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/5d2041eac91ca0f582977b3bab73d0ae52b56de6) Thanks [@rossiam](https://github.com/rossiam)! - add organization options back to edge commands that use them + ## 2.0.0 - All commands now have examples in their help (`smartthings --help`). diff --git a/package-lock.json b/package-lock.json index 62ba9b72..c5877b6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@smartthings/cli", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@smartthings/cli", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.899.0", diff --git a/package.json b/package.json index b1eb5308..2118e8ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "2.0.0", + "version": "2.0.1", "description": "Command Line Interface for the SmartThings APIs", "keywords": [ "smartthings",