Skip to content

Commit 7d11bee

Browse files
chore(release): 7.0.0-beta.3 [skip ci]
# [7.0.0-beta.3](v7.0.0-beta.2...v7.0.0-beta.3) (2025-03-13) ### 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 87e3161 commit 7d11bee

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.0.0-beta.3](https://github.com/starknet-io/starknet.js/compare/v7.0.0-beta.2...v7.0.0-beta.3) (2025-03-13)
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
# [7.0.0-beta.2](https://github.com/starknet-io/starknet.js/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2025-03-10)
29

310
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknet",
3-
"version": "7.0.0-beta.2",
3+
"version": "7.0.0-beta.3",
44
"description": "JavaScript library for Starknet",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)