Skip to content

Commit 437630a

Browse files
committed
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2023-10-04) ### Features * added support for accessing context state name-value store ([#66](#66)) ([8c193b4](8c193b4))
1 parent 8c193b4 commit 437630a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v3.0.0...v3.1.0) (2023-10-04)
2+
3+
4+
### Features
5+
6+
* added support for accessing context state name-value store ([#66](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/66)) ([8c193b4](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/8c193b44ad3b4729ce96c4ed183cbee3cc844dac))
7+
18
## [3.0.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.2.0...v3.0.0) (2023-10-02)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/dynamodb-context-store",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls",
55
"displayName": "SmartThings SmartApp DynamoDB Context Store",
66
"main": "index.js",

0 commit comments

Comments
 (0)