From fc18973b707397857cd7e50c8b94d889eb59182b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 May 2024 14:10:52 +0000 Subject: [PATCH] chore(release): 8.4.0 [skip ci] # [8.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.2...v8.4.0) (2024-05-15) ### Features * better hook for handling auth errors ([#123](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/123)) ([1bf4a2d](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/1bf4a2da34e37f6df193ec80571fb3a36abaabf7)) --- 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 607e38d..422a434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.2...v8.4.0) (2024-05-15) + + +### Features + +* better hook for handling auth errors ([#123](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/123)) ([1bf4a2d](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/1bf4a2da34e37f6df193ec80571fb3a36abaabf7)) + ## [8.3.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.3.1...v8.3.2) (2024-04-20) diff --git a/package-lock.json b/package-lock.json index 0ddd326..6810802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.3.2", + "version": "8.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.3.2", + "version": "8.4.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index 38f3ea9..a0026f3 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.2", + "version": "8.4.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [