Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 1.4.0
  • Loading branch information
wk3368 committed Jul 7, 2021
1 parent cf979ac commit 9f6120f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ 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).

## [1.4.0] - 2021-07-07
- add utils.sign.encodeTransactionAuthenticator/decodeTransactionAuthenticator

- add 2 test cases
* `yarn test:unit src/utils/sign.spec.ts --testNamePattern="encode and decode"`
* `yarn test:unit src/utils/sign.spec.ts --testNamePattern="sign and verify"`

- support `Personal Sign` in [starmask-test-dapp](https://github.com/starcoinorg/starmask-test-dapp)

## [1.3.0] - 2021-06-27
- add utils.tx.encodeStructTypeTags

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@starcoin/starcoin",
"version": "1.3.0",
"version": "1.4.0",
"description": "starcoin js sdk",
"author": "lerencao, wk3368, tarvos21",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9f6120f

Please sign in to comment.