Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 2.1.1
  • Loading branch information
wk3368 committed May 12, 2022
1 parent 8af7eb7 commit 7ee68ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file, as of versi
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.1.1] - 2022-05-12

- Fix #46: add test for encodeScriptFunctionByResolve call functionId 0x1::TransferScripts::batch_peer_to_peer_v2

## [2.1.0] - 2022-04-26

- fix: empty string should return Uint8Array(1)[0], instead of emptey <Buffer>

## [2.0.0] - 2022-03-25

- replace @starcoin/stc-ed25519 with @noble/ed25519, because the latest version of @noble/ed25519 already supports BigInt.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@starcoin/starcoin",
"version": "2.1.0",
"version": "2.1.1",
"description": "starcoin js sdk",
"author": "lerencao, wk3368, tarvos21",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7ee68ee

Please sign in to comment.