Skip to content

Commit 5fd5479

Browse files
committed
chore(release): 2.5.4 [skip ci]
## [2.5.4](v2.5.3...v2.5.4) (2021-07-08) ### Bug Fixes * await async updated handlers during install ([#202](#202)) ([834c176](834c176)), closes [#200](#200)
1 parent 834c176 commit 5fd5479

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+
## [2.5.4](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.3...v2.5.4) (2021-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* await async updated handlers during install ([#202](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/202)) ([834c176](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/834c17642edcf58920b6f3ecaa20997cd4e7bb1b)), closes [#200](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/200)
7+
18
## [2.5.3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.2...v2.5.3) (2021-06-02)
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": "2.5.3",
3+
"version": "2.5.4",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)