Skip to content

Commit

Permalink
chore(release): 3.15.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.15.4](v3.15.3...v3.15.4) (2022-06-20)

### Bug Fixes

* **parseResponse:** revert the changes from parseResponse ([d51996f](d51996f))
* **provider:** allow the user to handle the contract errors ([5190f7a](5190f7a))
* **test:** fix callContract() test ([b11c5da](b11c5da))
  • Loading branch information
semantic-release-bot committed Jun 20, 2022
1 parent 16365d8 commit d8c715e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.15.4](https://github.com/0xs34n/starknet.js/compare/v3.15.3...v3.15.4) (2022-06-20)

### Bug Fixes

- **parseResponse:** revert the changes from parseResponse ([d51996f](https://github.com/0xs34n/starknet.js/commit/d51996fa7635428ad4ffe271aa56f202ddcd4179))
- **provider:** allow the user to handle the contract errors ([5190f7a](https://github.com/0xs34n/starknet.js/commit/5190f7a20fb35382756d86cc67d3fab5c2d541ff))
- **test:** fix callContract() test ([b11c5da](https://github.com/0xs34n/starknet.js/commit/b11c5daf7fec6e8207dbc0be534aade8e00d5021))

## [3.15.3](https://github.com/0xs34n/starknet.js/compare/v3.15.2...v3.15.3) (2022-06-20)

### 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.3",
"version": "3.15.4",
"description": "JavaScript library for StarkNet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d8c715e

Please sign in to comment.