Skip to content

Commit 8b2b569

Browse files
committed
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2020-08-28) ### Bug Fixes * Construct proper authenticator type ([#157](#157)) ([36d2eb3](36d2eb3)) * log missing event handlers ([#158](#158)) ([8ba2b46](8ba2b46))
1 parent 8ba2b46 commit 8b2b569

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.3.0...v2.3.1) (2020-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Construct proper authenticator type ([#157](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/157)) ([36d2eb3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/36d2eb388cb16671c501d799547976e9d12cb1b5))
7+
* log missing event handlers ([#158](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/158)) ([8ba2b46](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/8ba2b469e8736f21d13bf5a72966f9d0364b31b0))
8+
19
# [2.3.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.2.0...v2.3.0) (2020-08-21)
210

311

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.0",
3+
"version": "2.3.1",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)