Skip to content

Commit

Permalink
chore(release): 8.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent 4235535 commit 71e531f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 71e531f

Please sign in to comment.