diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f1f4f08..bd9ff60 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.2...v4.3.3) (2024-04-17) + + +### Bug Fixes + +* 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)) + ## [4.3.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.1...v4.3.2) (2024-01-03) diff --git a/package.json b/package.json index 8b110d7..cf92b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/smartapp", - "version": "4.3.2", + "version": "4.3.3", "description": "NodeJS SDK for SmartApps", "displayName": "SmartThings SmartApp SDK for NodeJS", "author": "SmartThings",