Skip to content

Commit e823210

Browse files
committed
chore: update versions and changelogs
1 parent 3b1341e commit e823210

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.116.1 (2024-05-28)
2+
3+
### CKB Node & Light Client
4+
5+
- [CKB@v0.116.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.116.1) was released on May. 11st, 2024. This version of CKB node is now bundled and preconfigured in Neuron.
6+
- [CKB Light Client@v0.3.7](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.7) was released on Apr. 13th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron
7+
8+
### Assumed valid target
9+
10+
Block before `0x6dd077b407d019a0bce0cbad8c34e69a524ae4b2599b9feda2c7491f3559d32c`(at height `13,007,704`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3157)
11+
12+
---
13+
14+
## Bug fixes
15+
16+
- 3173: Fix importing an account from a hardware wallet.(@yanguoyu)
17+
18+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.116.0...v0.116.1
19+
120
# 0.116.0 (2024-05-24)
221

322
### CKB Node & Light Client

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.116.0",
3+
"version": "0.116.1",
44
"npmClient": "yarn",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

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.116.0",
5+
"version": "0.116.1",
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.116.0",
3+
"version": "0.116.1",
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.116.0",
6+
"version": "0.116.1",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -97,7 +97,7 @@
9797
"electron-builder": "24.9.1",
9898
"electron-devtools-installer": "3.2.0",
9999
"jest-when": "3.6.0",
100-
"neuron-ui": "0.116.0",
100+
"neuron-ui": "0.116.1",
101101
"typescript": "5.3.3"
102102
}
103103
}

0 commit comments

Comments
 (0)