Skip to content

Commit d9f5f32

Browse files
committed
chore(release): 5.1.0 [skip ci]
## [5.1.0](v5.0.0...v5.1.0) (2022-07-21) ### Features * added userEmail and app links fields to ST schema apps ([237c1a0](237c1a0)) ### Bug Fixes * correct type of JSON schema v4 items property ([e33f37b](e33f37b))
1 parent ff5f241 commit d9f5f32

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.1.0](https://github.com/SmartThingsCommunity/smartthings-core-sdk/compare/v5.0.0...v5.1.0) (2022-07-21)
2+
3+
4+
### Features
5+
6+
* added userEmail and app links fields to ST schema apps ([237c1a0](https://github.com/SmartThingsCommunity/smartthings-core-sdk/commit/237c1a071819aec9595259db8339b60664478f3a))
7+
8+
9+
### Bug Fixes
10+
11+
* correct type of JSON schema v4 items property ([e33f37b](https://github.com/SmartThingsCommunity/smartthings-core-sdk/commit/e33f37bc9fb9a032748422f334f767efc48d2b9c))
12+
113
## [5.0.0](https://github.com/SmartThingsCommunity/smartthings-core-sdk/compare/v4.2.0...v5.0.0) (2022-06-13)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/core-sdk",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "JavaScript/TypeScript library for using SmartThings APIs",
55
"author": "SmartThings, Inc.",
66
"homepage": "https://github.com/SmartThingsCommunity/smartthings-core-sdk",

0 commit comments

Comments
 (0)