diff --git a/.changeset/afraid-peaches-sit.md b/.changeset/afraid-peaches-sit.md deleted file mode 100644 index 2ef94e50..00000000 --- a/.changeset/afraid-peaches-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": patch ---- - -downgrade axios to work around regression diff --git a/CHANGELOG.md b/CHANGELOG.md index 534e6d23..f2fdddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.1 + +### Patch Changes + +- [#825](https://github.com/SmartThingsCommunity/smartthings-cli/pull/825) [`7ca9575`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/7ca957535dc9c237b0235b476bfaba2f0f906690) Thanks [@rossiam](https://github.com/rossiam)! - downgrade axios to work around regression + ## 2.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index b27f5792..afa83a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@smartthings/cli", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@smartthings/cli", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.994.0", diff --git a/package.json b/package.json index 409dfb5e..8931408c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "2.1.0", + "version": "2.1.1", "description": "Command Line Interface for the SmartThings APIs", "keywords": [ "smartthings",