Skip to content

Commit

Permalink
update version number (#25)
Browse files Browse the repository at this point in the history
* update version number

* add change log
  • Loading branch information
vita-dounai authored Aug 16, 2019
1 parent f7c786a commit 655bea0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### v0.9.0

(2019-08-16)

**新特性**

- 提供调用FISCO BCOS [JSON-RPC](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/api.html)的Node.js API
- 提供部署及调用Solidity合约(支持Solidity 0.4.x 及Solidity 0.5.x)的Node.js API
- 提供调用预编译(Precompiled)合约的Node.js API
- 使用[Channel协议](https://fisco-bcos-documentation.readthedocs.io/zh_CN/release-2.0/docs/design/protocol_description.html#channelmessage)与FISCO BCOS节点通信,双向认证更安全
- 提供CLI(Command-Line Interface)工具供用户在命令行中方便快捷地调用管理区块链的Node.js API
- 支持Windows、Linux及MacOS操作系统
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.9.0",
"hoist": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-sdk",
"version": "0.1.0",
"version": "0.9.0",
"description": "Node.js sdk for FISCO BCOS",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/common/solc-0.4/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solc-0.4",
"description": "solc-0.4 package",
"version": "0.1.0",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/vita-dounai/nodejs-sdk"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/common/solc-0.5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solc-0.5",
"description": "solc-0.5 package",
"version": "0.1.0",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/vita-dounai/nodejs-sdk"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api",
"description": "Provides core APIs for interacting with FISCO BCOS",
"version": "0.1.0",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/vita-dounai/nodejs-sdk"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli",
"description": "CLI tool for interacting with FISCO BCOS",
"version": "0.1.0",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/vita-dounai/nodejs-sdk"
Expand Down

0 comments on commit 655bea0

Please sign in to comment.