Skip to content

Commit 840fd3c

Browse files
committed
chore(release): 2.6.0 [skip ci]
# [2.6.0](v2.5.5...v2.6.0) (2021-09-13) ### Features * Exported Page class to support unit testing of SmartApps ([#206](#206)) ([0af7ef9](0af7ef9))
1 parent 0af7ef9 commit 840fd3c

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.6.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.5...v2.6.0) (2021-09-13)
2+
3+
4+
### Features
5+
6+
* Exported Page class to support unit testing of SmartApps ([#206](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/206)) ([0af7ef9](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/0af7ef9680673a445e7cf034cff70e3e68428f64))
7+
18
## [2.5.5](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.4...v2.5.5) (2021-09-01)
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.5",
3+
"version": "2.6.0",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)