Skip to content

Commit 17e8511

Browse files
chore(release): 6.24.0 [skip ci]
# [6.24.0](v6.23.1...v6.24.0) (2025-03-12) ### Features * add simulate and estimate fee utility methods for outside execution ([#1327](#1327)) ([3668b01](3668b01)) * implement cairo fixed array support ([#1310](#1310)) ([45df63e](45df63e))
1 parent 3668b01 commit 17e8511

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.24.0](https://github.com/starknet-io/starknet.js/compare/v6.23.1...v6.24.0) (2025-03-12)
2+
3+
### Features
4+
5+
- add simulate and estimate fee utility methods for outside execution ([#1327](https://github.com/starknet-io/starknet.js/issues/1327)) ([3668b01](https://github.com/starknet-io/starknet.js/commit/3668b01c4f63969bb0770ee6120fe3eac72d0335))
6+
- implement cairo fixed array support ([#1310](https://github.com/starknet-io/starknet.js/issues/1310)) ([45df63e](https://github.com/starknet-io/starknet.js/commit/45df63e7bb7f7cb2de2e98900387b1c44a95f257))
7+
18
## [6.23.1](https://github.com/starknet-io/starknet.js/compare/v6.23.0...v6.23.1) (2025-02-05)
29

310
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknet",
3-
"version": "6.23.1",
3+
"version": "6.24.0",
44
"description": "JavaScript library for Starknet",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)