Skip to content

Commit 436f94d

Browse files
committed
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2023-09-30) ### Bug Fixes * deploy of updated AWS V2 SDK version ([#61](#61)) ([4831092](4831092)) * npm release update ([#63](#63)) ([b4fd4dd](b4fd4dd)) * updated packages and switched to jest ([#62](#62)) ([55ebcd5](55ebcd5))
1 parent b4fd4dd commit 436f94d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.2](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.1...v2.1.2) (2023-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* deploy of updated AWS V2 SDK version ([#61](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/61)) ([4831092](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/48310925459c62430169ce9de7066319b2c5e8cc))
7+
* npm release update ([#63](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/63)) ([b4fd4dd](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/b4fd4dd2d14b9784c0d3371b762e3289446be237))
8+
* updated packages and switched to jest ([#62](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/62)) ([55ebcd5](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/55ebcd56af70431a823ca7a54c04276c7b146da8))
9+
110
## [2.1.1](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.0...v2.1.1) (2021-06-28)
211

312

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