Skip to content

Commit 3f08b8f

Browse files
committed
chore(release): 3.0.1 [skip ci]
### [3.0.1](v3.0.0...v3.0.1) (2022-12-13) ### Bug Fixes * specify main as the semantic release branch ([#235](#235)) ([75d34c3](75d34c3)) * support other API urls for API_ONLY apps ([#234](#234)) ([22578a6](22578a6))
1 parent 75d34c3 commit 3f08b8f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [3.0.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v3.0.0...v3.0.1) (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* specify main as the semantic release branch ([#235](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/235)) ([75d34c3](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/75d34c31e179133f94c55be40b80509357bade7f))
7+
* support other API urls for API_ONLY apps ([#234](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/234)) ([22578a6](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/22578a6abadb54cd9ebe5d58d028487d5ec5b62a))
8+
19
## [3.0.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.6.2...v3.0.0) (2022-08-11)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/smartapp",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "NodeJS SDK for SmartApps",
55
"displayName": "SmartThings SmartApp SDK for NodeJS",
66
"author": "SmartThings",

0 commit comments

Comments
 (0)