From 3725c0f5c6ff1f82a8219ba5399019e707526b49 Mon Sep 17 00:00:00 2001 From: smartthingspi Date: Tue, 17 Oct 2023 22:15:51 +0000 Subject: [PATCH] chore(release): 4.3.1 [skip ci] ## [4.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.0...v4.3.1) (2023-10-17) ### Bug Fixes * bug where context state was overwritten at install ([#251](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/251)) ([13b1c56](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/13b1c56513c997c80f310c37feca11e93e409b8b)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cba1cb9..953adcb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.0...v4.3.1) (2023-10-17) + + +### Bug Fixes + +* bug where context state was overwritten at install ([#251](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/251)) ([13b1c56](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/13b1c56513c997c80f310c37feca11e93e409b8b)) + ## [4.3.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.2.0...v4.3.0) (2023-10-05) diff --git a/package.json b/package.json index 6abc4a8..fc60275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/smartapp", - "version": "4.3.0", + "version": "4.3.1", "description": "NodeJS SDK for SmartApps", "displayName": "SmartThings SmartApp SDK for NodeJS", "author": "SmartThings",