Skip to content

Commit

Permalink
Merge branch 'develop' into feat/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni authored Nov 25, 2024
2 parents 45448b0 + 3cfdd84 commit 7ecc217
Show file tree
Hide file tree
Showing 4 changed files with 10 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.18.1](https://github.com/starknet-io/starknet.js/compare/v6.18.0...v6.18.1) (2024-11-25)

### Bug Fixes

- expose BatchClient class ([8d3a0de](https://github.com/starknet-io/starknet.js/commit/8d3a0de85230e6f08edebf67b6581d6e79ea191a))

# [6.18.0](https://github.com/starknet-io/starknet.js/compare/v6.17.0...v6.18.0) (2024-11-18)

### Features
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.18.0",
"version": "6.18.1",
"description": "JavaScript library for Starknet",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export * as selector from './utils/hash/selector';
export * as events from './utils/events';
export * as outsideExecution from './utils/outsideExecution';
export * as src5 from './utils/src5';
export * from './utils/batch';
export * from './utils/responseParser';
export * from './utils/cairoDataTypes/uint256';
export * from './utils/cairoDataTypes/uint512';
Expand Down

0 comments on commit 7ecc217

Please sign in to comment.