Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.6.0...v9.0.0) (2024-08-27)

* fix!: deprecate old api/crash/data endpoint (#129) ([3421cad](3421cad)), closes [#129](#129)

### BREAKING CHANGES

* new api/crash/details does not return addtionalFiles
  • Loading branch information
semantic-release-bot committed Aug 27, 2024
1 parent 3421cad commit 92db398
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [9.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.6.0...v9.0.0) (2024-08-27)


* fix!: deprecate old api/crash/data endpoint (#129) ([3421cad](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/3421cad62c5c1ef75bdff12b7d3c19ad98667660)), closes [#129](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/129)


### BREAKING CHANGES

* new api/crash/details does not return addtionalFiles

# [8.6.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.5.0...v8.6.0) (2024-08-08)


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.6.0",
"version": "9.0.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 92db398

Please sign in to comment.