Skip to content

Commit c7a5207

Browse files
committed
chore(release): 4.3.0 [skip ci]
## [4.3.0](v4.2.0...v4.3.0) (2023-10-05) ### Features * added methods to store and retrieve state in the context store ([#249](#249)) ([1d35407](1d35407)) * release of context store methods ([#250](#250)) ([4e53c3c](4e53c3c))
1 parent 4e53c3c commit c7a5207

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.3.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.2.0...v4.3.0) (2023-10-05)
2+
3+
4+
### Features
5+
6+
* added methods to store and retrieve state in the context store ([#249](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/249)) ([1d35407](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/1d35407af07ad5f4c8b80a96fc2a22da3e5fe4c2))
7+
* release of context store methods ([#250](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/250)) ([4e53c3c](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/4e53c3c12e6bb704d754fd11e7a0d02829d3b486))
8+
19
## [4.2.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.1.0...v4.2.0) (2023-03-20)
210

311

package.json

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

0 commit comments

Comments
 (0)