Skip to content

Commit 889abc5

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](v1.1.3...v1.1.4) (2021-11-22) ### Bug Fixes * crashesApiRow id, stackKeyId should be type number ([#63](#63)) ([3b98da9](3b98da9)), closes [#62](#62)
1 parent 3b98da9 commit 889abc5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.3...v1.1.4) (2021-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* crashesApiRow id, stackKeyId should be type number ([#63](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/63)) ([3b98da9](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/3b98da9edd6e94802cf6f47d188b7b7192766965)), closes [#62](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/62)
7+
18
## [1.1.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.2...v1.1.3) (2021-11-22)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)