Skip to content

Commit 19c4152

Browse files
committed
chore(release): 2.5.5 [skip ci]
## [2.5.5](v2.5.4...v2.5.5) (2021-09-01) ### Bug Fixes * Fixed bug when making API calls from page handlers in installed apps ([#205](#205)) ([34b50d5](34b50d5))
1 parent 34b50d5 commit 19c4152

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.5](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.4...v2.5.5) (2021-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed bug when making API calls from page handlers in installed apps ([#205](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/205)) ([34b50d5](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/34b50d51f0aaad618d22f20c0e3261f4b1986716))
7+
18
## [2.5.4](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.3...v2.5.4) (2021-07-08)
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.4",
3+
"version": "2.5.5",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)