Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
wk3368 committed Oct 6, 2022
1 parent b66be24 commit d0aa3c3
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.2.0] - 2022-10-06

- Support Aptos which address length is 64, while starcoin address length is 32
- Fix: Replace halley chainId from 3 to 253

## [2.1.6] - 2022-06-07

- Fix: TypeError: Buffer.from(...).readBigUInt64LE is not a function in browsers, [https://github.com/starcoinorg/starcoin.js/issues/54](https://github.com/starcoinorg/starcoin.js/issues/54)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@starcoin/starcoin",
"version": "2.1.6",
"version": "2.2.0",
"description": "starcoin js sdk",
"author": "lerencao, wk3368, tarvos21",
"license": "Apache-2.0",
Expand Down

0 comments on commit d0aa3c3

Please sign in to comment.