diff --git a/CHANGELOG.md b/CHANGELOG.md index 452dc42..bb4041c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.3.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.2.0...v8.3.0) (2024-04-04) + + +### Features + +* attributes ([#121](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/121)) ([f2cf741](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/f2cf74172310514654204852a750ff218407cfb8)) + # [8.2.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.1.3...v8.2.0) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 7179360..8b061dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3", diff --git a/package.json b/package.json index 37b371f..717df4c 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.2.0", + "version": "8.3.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [