diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d847a..d2b0f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.0.1...v8.0.2) (2023-11-02) + + +### Bug Fixes + +* don't treat zip files as windows symbols ([#115](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/115)) ([4235535](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/423553509064acf0f6d42b78acd53d87c34ceaf0)) + ## [8.0.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.0.0...v8.0.1) (2023-10-13) diff --git a/package-lock.json b/package-lock.json index 64f71b9..3970f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3", diff --git a/package.json b/package.json index 09ea305..980f060 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.0.1", + "version": "8.0.2", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [