Skip to content

Commit 94ec7ce

Browse files
chore(release): 6.5.0 [skip ci]
# [6.5.0](v6.4.2...v6.5.0) (2024-03-14) ### Bug Fixes * adjust max amount bound calculation for RPC v0.7.0 ([dd34cdb](dd34cdb)) ### Features * make fee margins configurable ([cedd984](cedd984))
1 parent cedd984 commit 94ec7ce

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.5.0](https://github.com/starknet-io/starknet.js/compare/v6.4.2...v6.5.0) (2024-03-14)
2+
3+
### Bug Fixes
4+
5+
- adjust max amount bound calculation for RPC v0.7.0 ([dd34cdb](https://github.com/starknet-io/starknet.js/commit/dd34cdb8b9817a55a16a97d960b1544d75c0059a))
6+
7+
### Features
8+
9+
- make fee margins configurable ([cedd984](https://github.com/starknet-io/starknet.js/commit/cedd984e1106db5b73d17630e282eb956d344a97))
10+
111
## [6.4.2](https://github.com/starknet-io/starknet.js/compare/v6.4.1...v6.4.2) (2024-03-14)
212

313
### 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.4.2",
3+
"version": "6.5.0",
44
"description": "JavaScript library for Starknet",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)