Skip to content

Commit

Permalink
chore(release): 8.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 14, 2024
1 parent 1330b03 commit feba337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.4.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.0...v8.4.1) (2024-06-14)


### Bug Fixes

* 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))
* 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.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.2...v8.4.0) (2024-05-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bugsplat/js-api-client",
"description": "JS client for consuming the BugSplat API",
"version": "8.4.0",
"version": "8.4.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit feba337

Please sign in to comment.