Skip to content

Commit 1bd4255

Browse files
chore(release): 14.0.0 [skip ci]
# [14.0.0](v13.1.0...v14.0.0) (2025-11-03) * fix!: remove oauth2 scope ([#151](#151)) ([898c309](898c309)) ### BREAKING CHANGES * improves crashes, summary, and version API error transparency.
1 parent 898c309 commit 1bd4255

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+
# [14.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v13.1.0...v14.0.0) (2025-11-03)
2+
3+
4+
* fix!: remove oauth2 scope ([#151](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/151)) ([898c309](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/898c3095bce68497f94c68e0fefb1be63845bcf3))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* improves crashes, summary, and version API error transparency.
10+
111
# [13.1.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v13.0.1...v13.1.0) (2025-09-11)
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": "13.1.0",
4+
"version": "14.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)