Skip to content

Commit

Permalink
chore(release): 7.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.3.0](v7.2.0...v7.3.0) (2023-07-26)

### Features

* expose body for file downloads ([#110](#110)) ([57b079b](57b079b))
  • Loading branch information
semantic-release-bot committed Jul 26, 2023
1 parent 57b079b commit 345ab94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [7.3.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.2.0...v7.3.0) (2023-07-26)


### Features

* expose body for file downloads ([#110](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/110)) ([57b079b](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/57b079b07118070ebb6497f4a715787882fe06fa))

# [7.2.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.1.0...v7.2.0) (2023-07-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bugsplat/js-api-client",
"description": "JS client for consuming the BugSplat API",
"version": "7.2.0",
"version": "7.3.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 345ab94

Please sign in to comment.