Skip to content

Commit d528f6b

Browse files
committed
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.0...v3.0.0) (2024-02-06) ### ⚠ BREAKING CHANGES * Node 20.8.1 is now required ### Bug Fixes * add config for semantic-release ([785aa95](785aa95)) ### Miscellaneous Chores * update dependencies and convert to ESM ([52a8be8](52a8be8))
1 parent ee45b74 commit d528f6b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [3.0.0](https://github.com/SmartThingsCommunity/firestore-context-store-nodejs/compare/v2.0.0...v3.0.0) (2024-02-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Node 20.8.1 is now required
7+
8+
### Bug Fixes
9+
10+
* add config for semantic-release ([785aa95](https://github.com/SmartThingsCommunity/firestore-context-store-nodejs/commit/785aa95179ab77a10c6928036b4033ed3712208f))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* update dependencies and convert to ESM ([52a8be8](https://github.com/SmartThingsCommunity/firestore-context-store-nodejs/commit/52a8be8e4386217e1f7aaff027ff00cc93024139))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/firestore-context-store",
3-
"version": "1.0.0",
3+
"version": "3.0.0",
44
"description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls",
55
"author": "Samsung Electronics Co., LTD.",
66
"contributors": [

0 commit comments

Comments
 (0)