Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.5](v6.0.0-beta.4...v6.0.0-beta.5) (2023-12-10)

### Bug Fixes

* apply bound for contract address from hash calculation ([6d8c291](6d8c291))
* **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([89715da](89715da))
* prioritize error states in waitForTransaction evaluation ([ac54404](ac54404))
  • Loading branch information
semantic-release-bot committed Dec 10, 2023
1 parent 0b1fc77 commit 1d7bd73
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 @@
# [6.0.0-beta.5](https://github.com/starknet-io/starknet.js/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2023-12-10)

### Bug Fixes

- apply bound for contract address from hash calculation ([6d8c291](https://github.com/starknet-io/starknet.js/commit/6d8c291bce130d7b00ae6d81aff071c4986f04af))
- **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([89715da](https://github.com/starknet-io/starknet.js/commit/89715da3fdb4b497cc5771eb83a88460007740b6))
- prioritize error states in waitForTransaction evaluation ([ac54404](https://github.com/starknet-io/starknet.js/commit/ac544045e2079b68042d850a09b203fc5536c0d0))

## [5.24.5](https://github.com/starknet-io/starknet.js/compare/v5.24.4...v5.24.5) (2023-12-10)

### 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": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"description": "JavaScript library for Starknet",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1d7bd73

Please sign in to comment.