Skip to content

Commit eeb3199

Browse files
committed
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.2.0...v3.0.0) (2023-10-02) ### ⚠ BREAKING CHANGES * The initialization of the context store is not backward compatible since the AWS V3 client is initialized differently than the V2 client. Otherwise, the operation of the context store is backward compatible with the 2.X version ### Features * change to AWS SDK V3 and release ([#65](#65)) ([53f3959](53f3959))
1 parent 53f3959 commit eeb3199

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.0.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.2.0...v3.0.0) (2023-10-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The initialization of the context store is not backward compatible since
7+
the AWS V3 client is initialized differently than the V2 client. Otherwise, the operation of
8+
the context store is backward compatible with the 2.X version
9+
10+
### Features
11+
12+
* change to AWS SDK V3 and release ([#65](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/65)) ([53f3959](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/53f3959070b6fd77cf0170d8e7c69b4e0235c47b))
13+
114
## [2.2.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.2...v2.2.0) (2023-10-02)
215

316

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.2.0",
3+
"version": "3.0.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)