Skip to content

Commit dedb293

Browse files
committed
chore(release): 4.3.3 [skip ci]
## [4.3.3](v4.3.2...v4.3.3) (2024-04-17) ### Bug Fixes * decouple axios version from core SDK ([#261](#261)) ([aaa4ffe](aaa4ffe))
1 parent aaa4ffe commit dedb293

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+
## [4.3.3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.2...v4.3.3) (2024-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* decouple axios version from core SDK ([#261](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/261)) ([aaa4ffe](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/aaa4ffe028e61591c0a729629f287fd720a97138))
7+
18
## [4.3.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.1...v4.3.2) (2024-01-03)
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": "4.3.2",
3+
"version": "4.3.3",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)