From feba33787623930809a68ebc178c7ce307c240ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 19:42:08 +0000 Subject: [PATCH] chore(release): 8.4.1 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422a434..4b71506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8865e99..3c4032b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.4.0", + "version": "8.4.1", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index 315a585..39c2b77 100644 --- a/package.json +++ b/package.json @@ -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": [