From a6679dd1fdd32110a4b53a4dec8e88a8d875c9b7 Mon Sep 17 00:00:00 2001 From: smartthingspi Date: Wed, 1 Feb 2023 17:30:40 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.1...v3.0.2) (2023-02-01) ### Bug Fixes * update dependencies ([#240](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/240)) ([abe793d](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/abe793db09195ad69b18217f42472b14ae8cb05f)) --- 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 a8b32e0..a953b35 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.1...v3.0.2) (2023-02-01) + + +### Bug Fixes + +* update dependencies ([#240](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/240)) ([abe793d](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/abe793db09195ad69b18217f42472b14ae8cb05f)) + ### [3.0.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.0...v3.0.1) (2022-12-13) diff --git a/package.json b/package.json index 37af530..a3a3bc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/smartapp", - "version": "3.0.1", + "version": "3.0.2", "description": "NodeJS SDK for SmartApps", "displayName": "SmartThings SmartApp SDK for NodeJS", "author": "SmartThings",