From e5c178b6bca5e0fb385b748586f9983edaf722ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Apr 2024 16:46:15 +0000 Subject: [PATCH] chore(release): 8.3.2 [skip ci] ## [8.3.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.1...v8.3.2) (2024-04-20) ### Bug Fixes * handle missing additional info ([#122](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/122)) ([ea3af3c](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/ea3af3cb4c6ba7ca8bc94b5ff8377a98e0fa852f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c969e..607e38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.3.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.1...v8.3.2) (2024-04-20) + + +### Bug Fixes + +* handle missing additional info ([#122](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/122)) ([ea3af3c](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/ea3af3cb4c6ba7ca8bc94b5ff8377a98e0fa852f)) + ## [8.3.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.0...v8.3.1) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index 6de4d6a..0ddd326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.3.1", + "version": "8.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.3.1", + "version": "8.3.2", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index 157cb40..38f3ea9 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.3.1", + "version": "8.3.2", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [