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

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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]>
  • Loading branch information
semantic-release-bot and razor-x committed Jul 24, 2023
1 parent 8544e27 commit f1b357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"iot",
"device"
],
"version": "7.3.3",
"version": "8.0.0",
"license": "MIT",
"sideEffects": false,
"main": "./cjs-wrapper.js",
Expand Down

0 comments on commit f1b357a

Please sign in to comment.