Skip to content

Commit

Permalink
chore: bump version to v0.33.2, and update the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyshang committed Nov 26, 2020
1 parent a302c59 commit d0822d4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.33.2 (2020-11-26)

[CKB v0.35.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.1) was released on Sept. 14th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.

### Hotfix

* Upgrade Asset Account script config.

### Bug fix

* Prevent Neuron from quitting when the main window is closed on MacOS.


# 0.33.1 (2020-11-16)

[CKB v0.35.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.1) was released on Sept. 14th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -79,7 +79,7 @@
"electron-notarize": "0.2.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.33.1",
"neuron-ui": "0.33.2",
"rimraf": "3.0.0",
"ttypescript": "1.5.10"
}
Expand Down

0 comments on commit d0822d4

Please sign in to comment.