Skip to content

Commit

Permalink
chore(release): 6.21.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.21.1](v6.21.0...v6.21.1) (2025-01-23)

### Bug Fixes

* pass signerDetails to fix estimateFeeBulk ([#1299](#1299)) ([f09f20d](f09f20d))
  • Loading branch information
semantic-release-bot committed Jan 23, 2025
1 parent f09f20d commit 8fb2193
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.21.1](https://github.com/starknet-io/starknet.js/compare/v6.21.0...v6.21.1) (2025-01-23)

### Bug Fixes

- pass signerDetails to fix estimateFeeBulk ([#1299](https://github.com/starknet-io/starknet.js/issues/1299)) ([f09f20d](https://github.com/starknet-io/starknet.js/commit/f09f20da47396456350d26610dabd2e2641a5a98))

# [6.21.0](https://github.com/starknet-io/starknet.js/compare/v6.20.3...v6.21.0) (2025-01-08)

### 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.21.0",
"version": "6.21.1",
"description": "JavaScript library for Starknet",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8fb2193

Please sign in to comment.