diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b7f4c12..589e040e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to casper-js-sdk. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.13.3 + +### Fixed + +- Fixed to support 64 bytes Ed25519 private key generated using v2.10 + ## 2.13.2 ### Fixed diff --git a/package-lock.json b/package-lock.json index 26ca73996..68782f3f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casper-js-sdk", - "version": "2.13.2", + "version": "2.13.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "casper-js-sdk", - "version": "2.13.2", + "version": "2.13.3", "license": "Apache 2.0", "dependencies": { "@ethersproject/bignumber": "^5.0.8", diff --git a/package.json b/package.json index 5cf998254..80b4a21d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casper-js-sdk", - "version": "2.13.2", + "version": "2.13.3", "license": "Apache 2.0", "description": "SDK to interact with the Casper blockchain", "homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",