Skip to content

Commit 6fc8889

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.1.0...v7.0.0) (2023-05-23) ### Bug Fixes * add crashTypeId to CrashesApiRow ([#105](#105)) ([97861c2](97861c2)) * remove deprecated key crash properties ([#104](#104)) ([4d63c8a](4d63c8a)) ### BREAKING CHANGES * isSubBucket, isSubKeyedStack, and subKeyDepth have been removed from KeyCrashPageData
1 parent 97861c2 commit 6fc8889

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v6.1.0...v7.0.0) (2023-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add crashTypeId to CrashesApiRow ([#105](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/105)) ([97861c2](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/97861c2d448fe7cb8f7cf5881c296cde09c393ba))
7+
* remove deprecated key crash properties ([#104](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/104)) ([4d63c8a](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/4d63c8af49e275cbe64eb7276b51f0684bcbb77d))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* isSubBucket, isSubKeyedStack, and subKeyDepth have been removed from KeyCrashPageData
13+
114
# [6.1.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v6.0.1...v6.1.0) (2023-04-12)
215

316

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

0 commit comments

Comments
 (0)