Skip to content

Commit feba337

Browse files
chore(release): 8.4.1 [skip ci]
## [8.4.1](v8.4.0...v8.4.1) (2024-06-14) ### Bug Fixes * leaky symbol upload streams ([#124](#124)) ([f8b7164](f8b7164)) * safe cancel upload stream ([#126](#126)) ([1330b03](1330b03))
1 parent 1330b03 commit feba337

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [8.4.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.0...v8.4.1) (2024-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* leaky symbol upload streams ([#124](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/124)) ([f8b7164](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/f8b7164d3e346070ecce432073780fd19de4dc3f))
7+
* safe cancel upload stream ([#126](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/126)) ([1330b03](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/1330b033079f791a605c1b8895b8bf24ae9f9e77))
8+
19
# [8.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.2...v8.4.0) (2024-05-15)
210

311

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": "8.4.0",
4+
"version": "8.4.1",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)