Skip to content

Commit 912927e

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.3.0...v5.0.0) (2023-02-06) * feat!: remove EventStream (#97) ([136aad9](136aad9)), closes [#97](#97) [#29](#29) [#96](#96) ### BREAKING CHANGES * removes EventStream
1 parent 136aad9 commit 912927e

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+
# [5.0.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v4.3.0...v5.0.0) (2023-02-06)
2+
3+
4+
* feat!: remove EventStream (#97) ([136aad9](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/136aad9a93af3b2716f2a9ca990b00ee001e2b61)), closes [#97](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/97) [#29](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/29) [#96](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/96)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* removes EventStream
10+
111
# [4.3.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v4.2.0...v4.3.0) (2023-02-03)
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": "4.3.0",
4+
"version": "5.0.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)