Skip to content

Commit 1341855

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.3.1...v8.0.0) (2023-10-09) * feat!: s3 symserv upload support (#112) ([e26c066](e26c066)), closes [#112](#112) ### BREAKING CHANGES * drop support for fs.ReadableStream, as it's not browser-compatible. Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream.
1 parent e26c066 commit 1341855

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [8.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.3.1...v8.0.0) (2023-10-09)
2+
3+
4+
* feat!: s3 symserv upload support (#112) ([e26c066](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/e26c06612e54549489431c6198d917a90f32bbbd)), closes [#112](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/112)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* drop support for fs.ReadableStream, as it's not browser-compatible. Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream.
10+
111
## [7.3.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.3.0...v7.3.1) (2023-08-07)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsplat/js-api-client",
33
"description": "JS client for consuming the BugSplat API",
4-
"version": "7.3.1",
4+
"version": "8.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)