Skip to content

Commit 9972c67

Browse files
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2019-07-28) ### Bug Fixes * badges ([#8](#8)) ([99b2416](99b2416)) * formatting, documentation, add ci, tests ([#6](#6)) ([281af90](281af90)) * missing packages, remove snyk ([#7](#7)) ([cc5a075](cc5a075))
1 parent 99b2416 commit 9972c67

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.0.1](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.0.0...v2.0.1) (2019-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* badges ([#8](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/8)) ([99b2416](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/99b2416))
7+
* formatting, documentation, add ci, tests ([#6](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/6)) ([281af90](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/281af90))
8+
* missing packages, remove snyk ([#7](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/7)) ([cc5a075](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/cc5a075))
9+
110
# 1.0.0 (2019-07-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": "1.0.0",
3+
"version": "2.0.1",
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)