From 20c223826ef83090d4da1a45bcca407baf31a88d Mon Sep 17 00:00:00 2001 From: Oleksandr Myshchyshyn Date: Thu, 30 Jan 2025 14:27:39 +0200 Subject: [PATCH] Release 5.0.6-beta2 version --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69df041..19cdba64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 21899a12..e2186f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casper-js-sdk", - "version": "5.0.5-beta2", + "version": "5.0.6-beta2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "casper-js-sdk", - "version": "5.0.5-beta2", + "version": "5.0.6-beta2", "license": "Apache 2.0", "dependencies": { "@ethersproject/bignumber": "^5.0.8", diff --git a/package.json b/package.json index c2171dd1..160f628d 100644 --- a/package.json +++ b/package.json @@ -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",