Skip to content

Commit a48d219

Browse files
committed
chore: bump version to v0.36.0 and update CHANGELOG.md
1 parent 0b9056f commit a48d219

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.36.0 (2021-08-30)
2+
3+
[CKB v0.35.2](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.2) was released on Feb. 23rd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.
4+
5+
### New feature
6+
* Support sending and receiving NFT in the `Customized Assets`.
7+
8+
### Bug fixes
9+
10+
* Upgrade the bundled CKB node to v0.35.2.
11+
* Add hint for `Token ID` field when creating a new sUDT account.
12+
13+
114
# 0.36.0-rc2 (2021-08-23)
215

316
This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.

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.36.0-rc2",
5+
"version": "0.36.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.36.0-rc2",
5+
"version": "0.36.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.36.0-rc2",
3+
"version": "0.36.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.36.0-rc2",
6+
"version": "0.36.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -84,7 +84,7 @@
8484
"electron-notarize": "0.2.1",
8585
"jest-when": "2.7.2",
8686
"lint-staged": "9.2.5",
87-
"neuron-ui": "0.36.0-rc2",
87+
"neuron-ui": "0.36.0",
8888
"rimraf": "3.0.0",
8989
"ttypescript": "1.5.10"
9090
}

0 commit comments

Comments
 (0)