Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2024-07-19)

### Bug Fixes

* corrected error in oauth-in app context storage ([e38774d](e38774d))
  • Loading branch information
smartthingspi committed Jul 19, 2024
1 parent e34ead3 commit 3b0f4d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/SmartThingsCommunity/file-context-store-nodejs/compare/v1.1.1...v1.1.2) (2024-07-19)


### Bug Fixes

* corrected error in oauth-in app context storage ([e38774d](https://github.com/SmartThingsCommunity/file-context-store-nodejs/commit/e38774df6df21814bf4e0bf9fc4d9f4c6a633a71))

## [1.1.1](https://github.com/SmartThingsCommunity/file-context-store-nodejs/compare/v1.1.0...v1.1.1) (2024-02-01)


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/file-context-store",
"version": "1.1.1",
"version": "1.1.2",
"description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls",
"displayName": "SmartThings SmartApp File Context Store",
"main": "index.js",
Expand Down

0 comments on commit 3b0f4d9

Please sign in to comment.