Skip to content

Commit

Permalink
chore(release): 5.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.24.0](v5.23.0...v5.24.0) (2023-11-13)

### Bug Fixes

* skip chainId eager load for RpcProvider initialization ([3bccc4d](3bccc4d))

### Features

* rpc 0.5.1 ([0306b90](0306b90))
  • Loading branch information
semantic-release-bot committed Nov 13, 2023
1 parent 33c6403 commit 42d1bb6
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 @@
# [5.24.0](https://github.com/starknet-io/starknet.js/compare/v5.23.0...v5.24.0) (2023-11-13)

### Bug Fixes

- skip chainId eager load for RpcProvider initialization ([3bccc4d](https://github.com/starknet-io/starknet.js/commit/3bccc4d9f0e07d42a3855891cb5b4efce3692001))

### Features

- rpc 0.5.1 ([0306b90](https://github.com/starknet-io/starknet.js/commit/0306b90f0cec30a3db99925a83f05d6c66f4100c))

# [5.23.0](https://github.com/starknet-io/starknet.js/compare/v5.22.0...v5.23.0) (2023-11-10)

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

0 comments on commit 42d1bb6

Please sign in to comment.