From ce89056cd4e76e2a7043fca92bdf2b70b5888272 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Aug 2024 20:58:06 +0000 Subject: [PATCH] chore(release): 8.5.0 [skip ci] # [8.5.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.2...v8.5.0) (2024-08-05) ### Features * defect tracker type for monday.com ([#127](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/127)) ([27cdd5c](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/27cdd5c1d828cceeb810ec93537db0c723652e3e)) --- 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 334d85b..13239a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.5.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.2...v8.5.0) (2024-08-05) + + +### Features + +* defect tracker type for monday.com ([#127](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/127)) ([27cdd5c](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/27cdd5c1d828cceeb810ec93537db0c723652e3e)) + ## [8.4.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.1...v8.4.2) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index 226bf80..c809173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.4.2", + "version": "8.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.4.2", + "version": "8.5.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index d03999b..ea703b4 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.2", + "version": "8.5.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [