Skip to content

Commit 0b6a49f

Browse files
chore(release): 13.0.1 [skip ci]
## [13.0.1](v13.0.0...v13.0.1) (2025-08-15) ### Bug Fixes * add ignored status for crash details ([#149](#149)) ([ff4dcfb](ff4dcfb))
1 parent ff4dcfb commit 0b6a49f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [13.0.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v13.0.0...v13.0.1) (2025-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* add ignored status for crash details ([#149](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/149)) ([ff4dcfb](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/ff4dcfb36ab748e24c0af8c510c5f901497fbe23))
7+
18
# [13.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v12.0.0...v13.0.0) (2025-07-16)
29

310

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

0 commit comments

Comments
Β (0)