Skip to content

Commit 3b0f4d9

Browse files
committed
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2024-07-19) ### Bug Fixes * corrected error in oauth-in app context storage ([e38774d](e38774d))
1 parent e34ead3 commit 3b0f4d9

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+
## [1.1.2](https://github.com/SmartThingsCommunity/file-context-store-nodejs/compare/v1.1.1...v1.1.2) (2024-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* corrected error in oauth-in app context storage ([e38774d](https://github.com/SmartThingsCommunity/file-context-store-nodejs/commit/e38774df6df21814bf4e0bf9fc4d9f4c6a633a71))
7+
18
## [1.1.1](https://github.com/SmartThingsCommunity/file-context-store-nodejs/compare/v1.1.0...v1.1.1) (2024-02-01)
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/file-context-store",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls",
55
"displayName": "SmartThings SmartApp File Context Store",
66
"main": "index.js",

0 commit comments

Comments
 (0)