Skip to content

Commit 020678a

Browse files
chore(release): 13.0.0 [skip ci]
# [13.0.0](v12.0.0...v13.0.0) (2025-07-16) ### Bug Fixes * migrate to summary v2 endpoint ([#148](#148)) ([e7a3fb8](e7a3fb8)) ### BREAKING CHANGES * summary time frame is now filtered by startDate and endDate not firstReport and lastReport
1 parent e7a3fb8 commit 020678a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [13.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v12.0.0...v13.0.0) (2025-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* migrate to summary v2 endpoint ([#148](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/148)) ([e7a3fb8](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/e7a3fb82eaba6439c37bcd5d33e7f8e7292f9279))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* summary time frame is now filtered by startDate and endDate not firstReport and lastReport
12+
113
# [12.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v11.1.0...v12.0.0) (2025-06-09)
214

315

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

0 commit comments

Comments
 (0)