Skip to content

Commit

Permalink
chore(release): 6.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.4](v6.1.3...v6.1.4) (2024-02-26)

### Bug Fixes

* **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([9434bcd](9434bcd))
  • Loading branch information
semantic-release-bot committed Feb 26, 2024
1 parent 74ee7cf commit d56be0c
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 @@
## [6.1.4](https://github.com/starknet-io/starknet.js/compare/v6.1.3...v6.1.4) (2024-02-26)

### Bug Fixes

- **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([9434bcd](https://github.com/starknet-io/starknet.js/commit/9434bcddf74069c7e5bdecbac94017ae23cd2a45))

## [6.1.3](https://github.com/starknet-io/starknet.js/compare/v6.1.2...v6.1.3) (2024-02-23)

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

0 comments on commit d56be0c

Please sign in to comment.