Skip to content

Commit

Permalink
chore(release): 3.15.6 [skip ci]
Browse files Browse the repository at this point in the history
## [3.15.6](v3.15.5...v3.15.6) (2022-06-28)

### Bug Fixes

* throw http error when parsing fails ([898574f](898574f))
  • Loading branch information
semantic-release-bot committed Jun 28, 2022
1 parent fd1ea7b commit 502cd83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.15.6](https://github.com/0xs34n/starknet.js/compare/v3.15.5...v3.15.6) (2022-06-28)

### Bug Fixes

- throw http error when parsing fails ([898574f](https://github.com/0xs34n/starknet.js/commit/898574f0087bf653b5d74bbe3dc52a0cb6efc432))

## [3.15.5](https://github.com/0xs34n/starknet.js/compare/v3.15.4...v3.15.5) (2022-06-27)

### Bug Fixes
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,6 +1,6 @@
{
"name": "starknet",
"version": "3.15.5",
"version": "3.15.6",
"description": "JavaScript library for StarkNet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 502cd83

Please sign in to comment.