Skip to content

Commit 6e958bb

Browse files
committed
chore: bump version to v0.101.0 and update CHANGELOG
1 parent b6c04f5 commit 6e958bb

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# 0.100.2 (2021-10-15)
1+
# 0.101.0 (2021-10-27)
22

3-
[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.
3+
[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.
4+
5+
**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.**
6+
7+
### New feature
8+
* Upgrade the bundled CKB version and CKB-Indexer version.
9+
10+
### Bug fix
11+
* Update the hint of synchronization and warning of `capacity not enough for change`.
12+
13+
14+
# 0.100.2 (2021-10-15)
415

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

18+
[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.
19+
720
### New feature
821
* Add feature of destroy CKB Asset Account.
922

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.100.2",
5+
"version": "0.101.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.100.2",
5+
"version": "0.101.0",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.100.2",
3+
"version": "0.101.0",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.100.2",
6+
"version": "0.101.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -86,7 +86,7 @@
8686
"electron-notarize": "0.2.1",
8787
"jest-when": "2.7.2",
8888
"lint-staged": "9.2.5",
89-
"neuron-ui": "0.100.2",
89+
"neuron-ui": "0.101.0",
9090
"rimraf": "3.0.0",
9191
"ttypescript": "1.5.10"
9292
}

0 commit comments

Comments
 (0)