Skip to content

Commit f95394b

Browse files
committed
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2024-02-01) ### Bug Fixes * remove typo in semantic-release config file name ([c005808](c005808))
1 parent f6f5b8c commit f95394b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.1.1](https://github.com/SmartThingsCommunity/file-context-store-nodejs/compare/v1.1.0...v1.1.1) (2024-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* remove typo in semantic-release config file name ([c005808](https://github.com/SmartThingsCommunity/file-context-store-nodejs/commit/c005808cb16b300d27dd4903a6f53b5869f51c84))

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/file-context-store",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
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",
@@ -23,8 +23,7 @@
2323
"url": "https://github.com/SmartThingsCommunity/file-context-store-nodejs/issues"
2424
},
2525
"homepage": "https://github.com/SmartThingsCommunity/file-context-store-nodejs#readme",
26-
"dependencies": {
27-
},
26+
"dependencies": {},
2827
"devDependencies": {
2928
"@commitlint/cli": "^17.4.2",
3029
"@commitlint/config-conventional": "^17.4.2",

0 commit comments

Comments
 (0)