Skip to content

Commit

Permalink
Release 5.0.6-beta2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Jan 30, 2025
1 parent e17471b commit 20c2238
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
-->

### [5.0.6-beta2] - 2025-01-30

### Added

- Extended `BidAddr`.

### Fixed

- Issue with `BlockTransaction` serialization.
- Corrected the `rewardedSignatures` type to ensure accuracy.

### Changed

- Moved `newCL` methods into the `CLValue` class for a more streamlined `CLValue` creation process.
- Added the ability to set a contract hash for the transaction builder, enhancing flexibility.
- Updated migration guide from v2 to v5 for a smoother transition.

### [5.0.5-beta2] - 2025-01-22

### Added
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": "casper-js-sdk",
"version": "5.0.5-beta2",
"version": "5.0.6-beta2",
"license": "Apache 2.0",
"description": "SDK to interact with the Casper blockchain",
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",
Expand Down

0 comments on commit 20c2238

Please sign in to comment.