Skip to content

Commit 71e531f

Browse files
chore(release): 8.0.2 [skip ci]
## [8.0.2](v8.0.1...v8.0.2) (2023-11-02) ### Bug Fixes * don't treat zip files as windows symbols ([#115](#115)) ([4235535](4235535))
1 parent 4235535 commit 71e531f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.0.1...v8.0.2) (2023-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [8.0.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.0.0...v8.0.1) (2023-10-13)
29

310

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsplat/js-api-client",
33
"description": "JS client for consuming the BugSplat API",
4-
"version": "8.0.1",
4+
"version": "8.0.2",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
Β (0)