Skip to content

Commit fb532be

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.0.0...v11.0.0) (2025-04-03) * feat!: crash attributes ([#143](#143)) ([f8be05f](f8be05f)) ### BREAKING CHANGES * removes md5, no longer used
1 parent f8be05f commit fb532be

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [11.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v10.0.0...v11.0.0) (2025-04-03)
2+
3+
4+
* feat!: crash attributes ([#143](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/143)) ([f8be05f](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/f8be05f94653eae6c101cb0179ddeee4f47b7ebd))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* removes md5, no longer used
10+
111
# [10.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v9.5.0...v10.0.0) (2025-01-30)
212

313

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

0 commit comments

Comments
 (0)