We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b1afc commit 3c883a3Copy full SHA for 3c883a3
docs/CHANGELOG.md
@@ -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
8
## [2.5.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.1...v2.5.2) (2021-05-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@smartthings/smartapp",
- "version": "2.5.2",
+ "version": "2.5.3",
"description": "NodeJS SDK for SmartApps",
"displayName": "SmartThings SmartApp SDK for NodeJS",
"author": "SmartThings",
0 commit comments