Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.11 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.11](v6.0.0-beta.10...v6.0.0-beta.11) (2024-01-04)

### Bug Fixes

* utilize provided resourceBounds value ([65bea53](65bea53))
  • Loading branch information
semantic-release-bot committed Jan 4, 2024
1 parent 65bea53 commit 0f8b266
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.0.0-beta.11](https://github.com/starknet-io/starknet.js/compare/v6.0.0-beta.10...v6.0.0-beta.11) (2024-01-04)

### Bug Fixes

- utilize provided resourceBounds value ([65bea53](https://github.com/starknet-io/starknet.js/commit/65bea53ab03a04fdd4c122ba2fecbb1010100e18))

# [6.0.0-beta.10](https://github.com/starknet-io/starknet.js/compare/v6.0.0-beta.9...v6.0.0-beta.10) (2023-12-20)

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

0 comments on commit 0f8b266

Please sign in to comment.