Skip to content

Commit

Permalink
chore(release): 6.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.12.0](v6.11.1...v6.12.0) (2024-07-26)

### Bug Fixes

* jest debut fix api requests match using uid ([b1d10a1](b1d10a1))
* move BatchClient to utils ([f494902](f494902))
* rpc batch type errors ([04ad50d](04ad50d))

### Features

* add L1->L2 hashes ([f8c1dac](f8c1dac))
* ledger Signer ([078c37d](078c37d))
* rpc batch remove delayedAction class ([01f48ef](01f48ef))
* rpc batch requests ([ce48afc](ce48afc))
  • Loading branch information
semantic-release-bot committed Jul 26, 2024
1 parent df78f60 commit 613f4de
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.12.0](https://github.com/starknet-io/starknet.js/compare/v6.11.1...v6.12.0) (2024-07-26)

### Bug Fixes

- jest debut fix api requests match using uid ([b1d10a1](https://github.com/starknet-io/starknet.js/commit/b1d10a13fd2308c927a072cd0c87115b294c26ae))
- move BatchClient to utils ([f494902](https://github.com/starknet-io/starknet.js/commit/f49490206eaf396813b9662adefbce36ec219a12))
- rpc batch type errors ([04ad50d](https://github.com/starknet-io/starknet.js/commit/04ad50d4a03a74595790cff235d4af26de5d4969))

### Features

- add L1->L2 hashes ([f8c1dac](https://github.com/starknet-io/starknet.js/commit/f8c1dacc164d487eeac014f932a395ca064e9545))
- ledger Signer ([078c37d](https://github.com/starknet-io/starknet.js/commit/078c37df5687c2ee84ba9a8dfbc5d01153aeb066))
- rpc batch remove delayedAction class ([01f48ef](https://github.com/starknet-io/starknet.js/commit/01f48ef2a85597afc53f3406ecd9a505b12da5b0))
- rpc batch requests ([ce48afc](https://github.com/starknet-io/starknet.js/commit/ce48afc41396d39a89724bbdf2a005822d538725))

# [7.0.0](https://github.com/starknet-io/starknet.js/compare/v6.11.0...v7.0.0) (2024-07-03)

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

0 comments on commit 613f4de

Please sign in to comment.