From 3a0617bff8d71b36ed366de9c5b0a296d29d13b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 21:47:15 +0000 Subject: [PATCH] chore(release): 8.6.0 [skip ci] # [8.6.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.5.0...v8.6.0) (2024-08-08) ### Features * add gitlab defect tracker type ([#128](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/128)) ([7f87b40](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/7f87b40ec81f1175d3ae0eec2665a1e071c2bd8d)) --- 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 13239a0..55e8336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.6.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.5.0...v8.6.0) (2024-08-08) + + +### Features + +* add gitlab defect tracker type ([#128](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/128)) ([7f87b40](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/7f87b40ec81f1175d3ae0eec2665a1e071c2bd8d)) + # [8.5.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.4.2...v8.5.0) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index c809173..f2dcac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.5.0", + "version": "8.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.5.0", + "version": "8.6.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3" diff --git a/package.json b/package.json index ea703b4..c47a225 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.5.0", + "version": "8.6.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [