Skip to content

Commit

Permalink
chore: bump version to v0.101.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyshang committed Oct 27, 2021
1 parent b6c04f5 commit 6e958bb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# 0.100.2 (2021-10-15)
# 0.101.0 (2021-10-27)

[CKB v0.100.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.100.0) was released on Sep. 22nd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.
[CKB v0.101.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.101.0) was released on Oct. 20th, 2021. This version of CKB node is now bundled and preconfigured in Neuron.

**The CKB v0.101.0 activates ckb2021 since epoch 3113 in the testnet. After that nodes running this version are imcompatible with old versions. However, this version is still compatible with CKB v0.25.0 and above in the mainnet.**

### New feature
* Upgrade the bundled CKB version and CKB-Indexer version.

### Bug fix
* Update the hint of synchronization and warning of `capacity not enough for change`.


# 0.100.2 (2021-10-15)

**This version is compatible with v0.100.0 and above.**

[CKB v0.100.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.100.0) was released on Sep. 22nd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.

### New feature
* Add feature of destroy CKB Asset Account.

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.100.2",
"version": "0.101.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.100.2",
"version": "0.101.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -86,7 +86,7 @@
"electron-notarize": "0.2.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.100.2",
"neuron-ui": "0.101.0",
"rimraf": "3.0.0",
"ttypescript": "1.5.10"
}
Expand Down

0 comments on commit 6e958bb

Please sign in to comment.