Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit f1b357a

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](seamapi/javascript@v7.3.3...v8.0.0) (2023-07-24) ### Bug Fixes * Treat undefined and missing options passed to Seam the same way ([8544e27](seamapi/javascript@8544e27)) ### BREAKING CHANGES * Passing undefined to the Seam constructor will now use a default value instead of undefined. If you are explicitly passing any options as undefined and expecting them to be unset, instead pass them explicitly as null. Co-authored-by: Evan Sosenko <[email protected]>
1 parent 8544e27 commit f1b357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"iot",
88
"device"
99
],
10-
"version": "7.3.3",
10+
"version": "8.0.0",
1111
"license": "MIT",
1212
"sideEffects": false,
1313
"main": "./cjs-wrapper.js",

0 commit comments

Comments
 (0)