Skip to content

Commit b736be3

Browse files
committed
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.6.2...v3.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * The SmartThingsClient (context.api) has been updated which includes breaking changes to select devices and apps methods. The SDK will also no longer write OAuth client details to the context store if it is configured. ### Features * update Core SDK to v5 ([#227](#227)) ([e0e374c](e0e374c))
1 parent e0e374c commit b736be3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.0.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.6.2...v3.0.0) (2022-08-11)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The SmartThingsClient (context.api) has been updated
7+
which includes breaking changes to select devices and apps methods.
8+
The SDK will also no longer write OAuth client details to the context
9+
store if it is configured.
10+
11+
### Features
12+
13+
* update Core SDK to v5 ([#227](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/227)) ([e0e374c](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/e0e374c871c64e985db6caeb5099a814172284ec))
14+
115
### [2.6.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.6.1...v2.6.2) (2022-04-12)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/smartapp",
3-
"version": "2.6.2",
3+
"version": "3.0.0",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)