Skip to content

Commit 4097a9e

Browse files
committed
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.2.0...v5.0.0) (2022-06-13) ### ⚠ BREAKING CHANGES * **apps:** Most of the request/response models related to apps will need to be updated. Anything using `App` will need to be changed to either `AppResponse` (if used with GET) or `PagedApp` (if used with LIST). AppEndpoints that previously returned `Count` or `Status` now return an empty Promise. ### Bug Fixes * **apps:** update models to match API spec ([84c41b3](84c41b3)), closes [#89](#89)
1 parent 84c41b3 commit 4097a9e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [5.0.0](https://github.com/SmartThingsCommunity/smartthings-core-sdk/compare/v4.2.0...v5.0.0) (2022-06-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **apps:** Most of the request/response models related to apps will need to be updated.
7+
8+
Anything using `App` will need to be changed to either `AppResponse` (if used with GET)
9+
or `PagedApp` (if used with LIST). AppEndpoints that previously returned `Count` or `Status` now
10+
return an empty Promise.
11+
12+
### Bug Fixes
13+
14+
* **apps:** update models to match API spec ([84c41b3](https://github.com/SmartThingsCommunity/smartthings-core-sdk/commit/84c41b326bbc6b10128c2dfcf84c5985e38f60d5)), closes [#89](https://github.com/SmartThingsCommunity/smartthings-core-sdk/issues/89)
15+
116
## [4.2.0](https://github.com/SmartThingsCommunity/smartthings-core-sdk/compare/v4.1.0...v4.2.0) (2022-06-01)
217

318

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/core-sdk",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "JavaScript/TypeScript library for using SmartThings APIs",
55
"author": "SmartThings, Inc.",
66
"homepage": "https://github.com/SmartThingsCommunity/smartthings-core-sdk",

0 commit comments

Comments
 (0)