Skip to content

Commit 35e2527

Browse files
committed
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.2...v4.0.0) (2023-02-01) ### ⚠ BREAKING CHANGES * remove deprecated color-setting feature (#239) ### Features * remove deprecated color-setting feature ([#239](#239)) ([d8449bc](d8449bc))
1 parent d8449bc commit 35e2527

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.2...v4.0.0) (2023-02-01)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* remove deprecated color-setting feature (#239)
7+
8+
### Features
9+
10+
* remove deprecated color-setting feature ([#239](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/239)) ([d8449bc](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/d8449bc78ad383c64c6df1e3d9668055863ac518))
11+
112
## [3.0.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.1...v3.0.2) (2023-02-01)
213

314

package.json

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

0 commit comments

Comments
 (0)