Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.15 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.15](v6.0.0-beta.14...v6.0.0-beta.15) (2024-02-05)

### Bug Fixes

* throw on negative param cairo.uint256 and bnToUint256 ([e1ead14](e1ead14))

### Features

* new CairoUint256 cairo datatype model ([b64abcc](b64abcc))
  • Loading branch information
semantic-release-bot committed Feb 5, 2024
1 parent 1ff1986 commit 260e77a
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 @@
# [6.0.0-beta.15](https://github.com/starknet-io/starknet.js/compare/v6.0.0-beta.14...v6.0.0-beta.15) (2024-02-05)

### Bug Fixes

- throw on negative param cairo.uint256 and bnToUint256 ([e1ead14](https://github.com/starknet-io/starknet.js/commit/e1ead1466984f26ff91d7fe6174fc87be8c3aede))

### Features

- new CairoUint256 cairo datatype model ([b64abcc](https://github.com/starknet-io/starknet.js/commit/b64abccf3888eba49460124a4d7aabbdca1592d1))

# [6.0.0-beta.14](https://github.com/starknet-io/starknet.js/compare/v6.0.0-beta.13...v6.0.0-beta.14) (2024-02-02)

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

0 comments on commit 260e77a

Please sign in to comment.