Skip to content

Commit 2fe1603

Browse files
committed
chore(release): 2.2.0 [skip ci]
## [2.2.0](v2.1.2...v2.2.0) (2023-10-02) ### Features * change to AWS SDK V3 and add get/set item to context ([#64](#64)) ([00e1a8b](00e1a8b))
1 parent 00e1a8b commit 2fe1603

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+
## [2.2.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.2...v2.2.0) (2023-10-02)
2+
3+
4+
### Features
5+
6+
* change to AWS SDK V3 and add get/set item to context ([#64](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/64)) ([00e1a8b](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/00e1a8b5730ceea6eef022723642fcd2dfd827fe))
7+
18
## [2.1.2](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.1...v2.1.2) (2023-09-30)
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": "2.1.2",
3+
"version": "2.2.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)