Skip to content

Commit

Permalink
chore(release): 6.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.5.0](starknet-io/starknet.js@v6.4.2...v6.5.0) (2024-03-14)

### Bug Fixes

* adjust max amount bound calculation for RPC v0.7.0 ([dd34cdb](starknet-io@dd34cdb))

### Features

* make fee margins configurable ([cedd984](starknet-io@cedd984))
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent cedd984 commit 94ec7ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [6.5.0](https://github.com/starknet-io/starknet.js/compare/v6.4.2...v6.5.0) (2024-03-14)

### Bug Fixes

- adjust max amount bound calculation for RPC v0.7.0 ([dd34cdb](https://github.com/starknet-io/starknet.js/commit/dd34cdb8b9817a55a16a97d960b1544d75c0059a))

### Features

- make fee margins configurable ([cedd984](https://github.com/starknet-io/starknet.js/commit/cedd984e1106db5b73d17630e282eb956d344a97))

## [6.4.2](https://github.com/starknet-io/starknet.js/compare/v6.4.1...v6.4.2) (2024-03-14)

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

0 comments on commit 94ec7ce

Please sign in to comment.