Skip to content

Commit eebce66

Browse files
chore(release): 9.5.0 [skip ci]
# [9.5.0](v9.4.0...v9.5.0) (2024-12-18) ### Features * add dumpfileSize to crash API ([#139](#139)) ([aef3f98](aef3f98))
1 parent aef3f98 commit eebce66

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [9.5.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.4.0...v9.5.0) (2024-12-18)
2+
3+
4+
### Features
5+
6+
* add dumpfileSize to crash API ([#139](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/139)) ([aef3f98](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/aef3f98de22d64ca20a1220e4dd9078f39835ebb))
7+
18
# [9.4.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.3.2...v9.4.0) (2024-11-18)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)