Skip to content

Commit 92db398

Browse files
chore(release): 9.0.0 [skip ci]
# [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
1 parent 3421cad commit 92db398

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [9.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.6.0...v9.0.0) (2024-08-27)
2+
3+
4+
* 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)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* new api/crash/details does not return addtionalFiles
10+
111
# [8.6.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v8.5.0...v8.6.0) (2024-08-08)
212

313

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.6.0",
4+
"version": "9.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)