Skip to content

Commit c616cb3

Browse files
committed
chore(release): 2.4.2 [skip ci]
## [2.4.2](v2.4.1...v2.4.2) (2020-09-22) ### Bug Fixes * Add await to context store put operations ([#166](#166)) ([da45caf](da45caf))
1 parent da45caf commit c616cb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.4.1...v2.4.2) (2020-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Add await to context store put operations ([#166](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/166)) ([da45caf](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/da45caf84a1582896da4af182f360e4bb3e70e92))
7+
18
## [2.4.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.4.0...v2.4.1) (2020-09-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/smartapp",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)