Skip to content

Commit

Permalink
Updated package.json and Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Nov 19, 2024
1 parent e19640d commit 573b563
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 31 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.0-rc3] - 2024-11-19

### Added

- Deserializer function for InfoGetDeployResultV1Compatible - `fromJSON`
- Annotate RPC request params

### Fixed

- Args and CLType / CLValue parsers
- RPC serialization
- Updated names for RPC response/request
- Deserializer for Transform class
- Removed unnecessary object declaration for deploy/transaction during serialization

**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.0-rc2...5.0.0-rc3

## [5.0.0-rc1] - 2024-11-12

### Added
Expand Down
32 changes: 2 additions & 30 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.0-rc2",
"version": "5.0.0-rc3",
"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 573b563

Please sign in to comment.