From 264daf24ea0c4c848218e9182a5f5560774cd11f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Mar 2024 17:03:36 +0000 Subject: [PATCH] chore(release): 8.2.0 [skip ci] # [8.2.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.1.3...v8.2.0) (2024-03-28) ### Features * add ssoGroups ([#120](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/120)) ([6b696df](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/6b696df7d014b2d390da043962bca758f39d2b18)) --- 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 689f3a1..452dc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.2.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.1.3...v8.2.0) (2024-03-28) + + +### Features + +* add ssoGroups ([#120](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/120)) ([6b696df](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/6b696df7d014b2d390da043962bca758f39d2b18)) + ## [8.1.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.1.2...v8.1.3) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index 052318f..7179360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.1.3", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.1.3", + "version": "8.2.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3", diff --git a/package.json b/package.json index d916e31..37b371f 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.1.3", + "version": "8.2.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [