Skip to content

Commit 3a4e1a4

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2023-01-09) * feat!: allow body reuse (#92) ([498f448](498f448)), closes [#92](#92) ### BREAKING CHANGES * api client now returns Response instead of BugSplatResponse to allow cloning. BugSplatResponse `json` no longer returns type `any`.
1 parent 498f448 commit 3a4e1a4

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+
# [4.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v3.0.0...v4.0.0) (2023-01-09)
2+
3+
4+
* feat!: allow body reuse (#92) ([498f448](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/498f448988c03a8b5249309ec330c92d257f382a)), closes [#92](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/92)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* api client now returns Response instead of BugSplatResponse to allow cloning. BugSplatResponse `json` no longer returns type `any`.
10+
111
# [3.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.3...v3.0.0) (2022-11-15)
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": "3.0.0",
4+
"version": "4.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)