diff --git a/.changeset/late-peaches-ring.md b/.changeset/late-peaches-ring.md deleted file mode 100644 index 1cb1a097..00000000 --- a/.changeset/late-peaches-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": minor ---- - -add support for China environment diff --git a/CHANGELOG.md b/CHANGELOG.md index 389c8f8c..63325798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.0 + +### Minor Changes + +- [#819](https://github.com/SmartThingsCommunity/smartthings-cli/pull/819) [`56fd5f2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/56fd5f2218f88a07436d55718d4775162e8eaac4) Thanks [@rossiam](https://github.com/rossiam)! - add support for China environment + ## 2.0.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 8c074823..1cca2784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@smartthings/cli", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@smartthings/cli", - "version": "2.0.2", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.899.0", diff --git a/package.json b/package.json index 329e02b1..f685e290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "2.0.2", + "version": "2.1.0", "description": "Command Line Interface for the SmartThings APIs", "keywords": [ "smartthings",