Skip to content

Commit db55db0

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.1.0...v12.0.0) (2025-06-09) ### Bug Fixes * update to new notes API ([#147](#147)) ([39c63a9](39c63a9)) ### BREAKING CHANGES * moves postNotes from crashesApiClient to crashApiClient
1 parent 39c63a9 commit db55db0

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+
# [12.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v11.1.0...v12.0.0) (2025-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* update to new notes API ([#147](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/147)) ([39c63a9](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/39c63a9e14d4441dcdabdae038c974fa17081595))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* moves postNotes from crashesApiClient to crashApiClient
12+
113
# [11.1.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v11.0.0...v11.1.0) (2025-04-30)
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": "11.1.0",
4+
"version": "12.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)