Skip to content

Commit

Permalink
Publish 5.0.3-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Jan 7, 2025
1 parent 613aa91 commit 05e9adc
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.3-beta2] - 2024-01-25

### Added

- Transform parsing functions
- `fromJSON` method for `InfoGetTransactionResultV1Compatible`

### Fixed

- Issue with TransactionEntryPoint deserialization

### [5.0.2-beta2] - 2024-12-24

### Fixed
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.2-beta2",
"version": "5.0.3-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 05e9adc

Please sign in to comment.