Skip to content

Commit

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

### Bug Fixes

* symbol upload moduleName ([#111](#111)) ([1728d40](1728d40))
  • Loading branch information
semantic-release-bot committed Aug 7, 2023
1 parent 1728d40 commit 47ffc89
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.1](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.3.0...v7.3.1) (2023-08-07)


### Bug Fixes

* symbol upload moduleName ([#111](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/111)) ([1728d40](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/1728d40623a28a0e7370b7e9319848d3e25871f4))

# [7.3.0](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v7.2.0...v7.3.0) (2023-07-26)


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.3.0",
"version": "7.3.1",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 47ffc89

Please sign in to comment.