Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
smartthingspi committed Oct 4, 2023
1 parent 8c193b4 commit 437630a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v3.0.0...v3.1.0) (2023-10-04)


### Features

* 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))

## [3.0.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.2.0...v3.0.0) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/dynamodb-context-store",
"version": "3.0.0",
"version": "3.1.0",
"description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls",
"displayName": "SmartThings SmartApp DynamoDB Context Store",
"main": "index.js",
Expand Down

0 comments on commit 437630a

Please sign in to comment.