Skip to content

Commit

Permalink
Merge pull request #336 from casper-ecosystem/chore/changelog-2.14
Browse files Browse the repository at this point in the history
Update changelog for 2.14
  • Loading branch information
hoffmannjan authored Jul 11, 2023
2 parents 1f058c3 + e4caee0 commit 3fbf22c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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).

<!--
Please follow below structures.
## [1.1.1] - 2023-03-05
### Added
### Fixed
### Changed
### Removed
-->

## [Unreleased]

## [2.14.0] - 2023-7-11

### Fixed

- `StoredValue` TypedJSON serialization issue. ([#312](https://github.com/casper-ecosystem/casper-js-sdk/pull/312))

### Added

- Added `BaseSigner` class for further wallet & signer integrations, support [`CasperWallet`](https://github.com/make-software/casper-wallet). ([#300](https://github.com/casper-ecosystem/casper-js-sdk/pull/300))

- Support node URL without `/rpc` like `casper-client` does. ([#298](https://github.com/casper-ecosystem/casper-js-sdk/pull/298))

- Added `to` field to the `TransferJson`. ([#312](https://github.com/casper-ecosystem/casper-js-sdk/pull/312))

## 2.13.3

### Fixed
Expand Down Expand Up @@ -570,4 +595,9 @@ const myOkComplexRes = new CLResult( Ok(new CLList([new CLList([new CLU8(5), new

### Changed

g Changed CLValue's `value` to `value()` and `remainder` to `remainder()`.
- Changed CLValue's `value` to `value()` and `remainder` to `remainder()`.

<!-- Add version compare links here -->

[unreleased]: https://github.com/casper-ecosystem/casper-js-sdk/compare/2.13.0...dev
[2.14.0]: https://github.com/casper-ecosystem/casper-js-sdk/compare/2.13.3...2.14.0
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.

0 comments on commit 3fbf22c

Please sign in to comment.