Skip to content

Commit 7b3f34f

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2021-11-22) ### Bug Fixes * expose TableDataFormDataBuilder ([#61](#61)) ([a72b4a9](a72b4a9)), closes [#60](#60)
1 parent a72b4a9 commit 7b3f34f

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.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.2...v1.1.3) (2021-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* expose TableDataFormDataBuilder ([#61](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/61)) ([a72b4a9](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/a72b4a9f1352ed5b2ea6311f2fdf422a114fb67e)), closes [#60](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/60)
7+
18
## [1.1.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v1.1.1...v1.1.2) (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.2",
4+
"version": "1.1.3",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)