Skip to content

Commit ef25db4

Browse files
committed
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.1...v2.4.0) (2020-09-04) ### Features * Support async lambda event handlers ([#161](#161)) ([3ff8f5b](3ff8f5b))
1 parent 3ff8f5b commit ef25db4

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.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.3.1...v2.4.0) (2020-09-04)
2+
3+
4+
### Features
5+
6+
* Support async lambda event handlers ([#161](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/161)) ([3ff8f5b](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/3ff8f5bbbeff13767f1b98916114983b9bba7af9))
7+
18
## [2.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.3.0...v2.3.1) (2020-08-28)
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.3.1",
3+
"version": "2.4.0",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)