diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4ab3bb8..4879809 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8707ce9..a6f674c 100644 --- a/package.json +++ b/package.json @@ -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",