Skip to content

Commit 3725c0f

Browse files
committed
chore(release): 4.3.1 [skip ci]
## [4.3.1](v4.3.0...v4.3.1) (2023-10-17) ### Bug Fixes * bug where context state was overwritten at install ([#251](#251)) ([13b1c56](13b1c56))
1 parent 13b1c56 commit 3725c0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.0...v4.3.1) (2023-10-17)
2+
3+
4+
### Bug Fixes
5+
6+
* bug where context state was overwritten at install ([#251](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/251)) ([13b1c56](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/13b1c56513c997c80f310c37feca11e93e409b8b))
7+
18
## [4.3.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.2.0...v4.3.0) (2023-10-05)
29

310

package.json

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

0 commit comments

Comments
 (0)