Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 2.0.0
  • Loading branch information
wk3368 committed Mar 25, 2022
1 parent 7af8058 commit af455ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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.0.0] - 2022-03-25

- replace @starcoin/stc-ed25519 with @noble/ed25519, because the latest version of @noble/ed25519 already supports BigInt.
- replace xxxn with BigInt(xxx)

## [1.8.0] - 2022-01-07

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

0 comments on commit af455ce

Please sign in to comment.