Skip to content

Commit

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

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

### Added

- `CasperNetwork` abstraction that helps to easily handle Casper 1.5 and 2.0 versions

### Fixed

- Issue with `Conversions.motesToCSPR` and `Conversions.csprToMotes` Update `makeCep18TransferDeploy`
- Issue with `CLValueMap.fromBytes`

### [5.0.4-beta2] - 2025-01-16

### 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.4-beta2",
"version": "5.0.5-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 c7a132b

Please sign in to comment.