Skip to content

Commit 3c883a3

Browse files
committed
chore(release): 2.5.3 [skip ci]
## [2.5.3](v2.5.2...v2.5.3) (2021-06-02) ### Bug Fixes * **Initialization:** add return type annotations ([#198](#198)) ([b4b1afc](b4b1afc))
1 parent b4b1afc commit 3c883a3

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.3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.2...v2.5.3) (2021-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **Initialization:** add return type annotations ([#198](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/198)) ([b4b1afc](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/b4b1afcf2bde579ad0e97a3435f50eac71927600))
7+
18
## [2.5.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.1...v2.5.2) (2021-05-13)
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.2",
3+
"version": "2.5.3",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)