From 6adf4dfe6bf6d119c36b0509b83b8ef118ca346f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 23:36:01 +0000 Subject: [PATCH] chore(release): 9.4.0 [skip ci] # [9.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.3.2...v9.4.0) (2024-11-18) ### Features * add status events ([#137](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/137)) ([7bd115d](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/7bd115d076245fffb6df001493071021abf6ecb6)) --- 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 2eb2339..b4fd452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.3.2...v9.4.0) (2024-11-18) + + +### Features + +* add status events ([#137](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/137)) ([7bd115d](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/7bd115d076245fffb6df001493071021abf6ecb6)) + ## [9.3.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.3.1...v9.3.2) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index 48b9e10..55b9498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "9.3.2", + "version": "9.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "9.3.2", + "version": "9.4.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index 7e11a45..382792d 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": "9.3.2", + "version": "9.4.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [