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": [