diff --git a/.changeset/good-houses-give.md b/.changeset/good-houses-give.md deleted file mode 100644 index 4e8862d8..00000000 --- a/.changeset/good-houses-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/core-sdk": patch ---- - -implement workaround for schema invitations endpoint returning 403 diff --git a/CHANGELOG.md b/CHANGELOG.md index ae47de5f..a7e5ea01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [5.1.2](https://github.com/SmartThingsCommunity/smartthings-core-sdk/compare/v5.1.1...v5.1.2) (2022-10-05) +## 8.3.1 + +### Patch Changes + +- [#247](https://github.com/SmartThingsCommunity/smartthings-core-sdk/pull/247) [`dececa0`](https://github.com/SmartThingsCommunity/smartthings-core-sdk/commit/dececa0f0bf976f4758f6add12ccf8f976ebb909) Thanks [@rossiam](https://github.com/rossiam)! - implement workaround for schema invitations endpoint returning 403 + ## 8.3.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index e3459514..ea1b298a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@smartthings/core-sdk", - "version": "8.3.0", + "version": "8.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@smartthings/core-sdk", - "version": "8.3.0", + "version": "8.3.1", "license": "Apache-2.0", "dependencies": { "async-mutex": "^0.4.0", diff --git a/package.json b/package.json index 2107d87e..48b625ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/core-sdk", - "version": "8.3.0", + "version": "8.3.1", "description": "JavaScript/TypeScript library for using SmartThings APIs", "author": "Samsung Electronics Co., LTD.", "homepage": "https://github.com/SmartThingsCommunity/smartthings-core-sdk",