Skip to content

Commit 638c2e7

Browse files
chore(release): 1.1.5 [skip ci]
## [1.1.5](v1.1.4...v1.1.5) (2021-11-27) ### Bug Fixes * add groupByCount to CrashesApiRow ([#65](#65)) ([9caa770](9caa770)), closes [#64](#64)
1 parent 9caa770 commit 638c2e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.5](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.4...v1.1.5) (2021-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* add groupByCount to CrashesApiRow ([#65](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/65)) ([9caa770](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/9caa77028987ab58e95b1e8205fcef63825f8eb7)), closes [#64](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/64)
7+
18
## [1.1.4](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.3...v1.1.4) (2021-11-22)
29

310

β€Žpackage-lock.jsonβ€Ž

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

0 commit comments

Comments
Β (0)