diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dad7bd..c89c9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.2.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.1.0...v7.2.0) (2023-07-25) + + +### Features + +* delete versions ([#109](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/109)) ([ece4208](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/ece4208a0745e011bf4226c80d53bf353b5b2a64)) + # [7.1.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.0.1...v7.1.0) (2023-06-09) diff --git a/package-lock.json b/package-lock.json index 5cced33..1052790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3", diff --git a/package.json b/package.json index 1993b46..c1c1e81 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": "7.1.0", + "version": "7.2.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [