Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
smartthingspi committed Oct 2, 2023
1 parent 53f3959 commit eeb3199
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.0.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/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](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/65)) ([53f3959](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/53f3959070b6fd77cf0170d8e7c69b4e0235c47b))

## [2.2.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.2...v2.2.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": "2.2.0",
"version": "3.0.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 eeb3199

Please sign in to comment.