Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 07f7f70

Browse files
committed
chore(release): 1.1.0
1 parent 91b8ca2 commit 07f7f70

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.0.1...v1.1.0) (2018-08-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **electron:** disable download badge ([e773ac3](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/e773ac3))
12+
* **electron:** only log RPC requests during development ([91b8ca2](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/91b8ca2))
13+
* **electron:** remove old node logs when upgrading to next version ([2c98ff3](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/2c98ff3))
14+
* **intl:** fix ru-ru YAML formatting ([88747d4](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/88747d4))
15+
* **nano-prefix:** added new helper for xrb -> nano conversion ([6fa7edf](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/6fa7edf))
16+
17+
18+
### Features
19+
20+
* **carousel:** horizontal mouse scroll ([e548d7c](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/e548d7c))
21+
* **electron:** show native progress when extracting/verifying assets ([f568456](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/f568456))
22+
* **electron:** upgrade the node to V15.2 ([dca1d6b](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/dca1d6b))
23+
24+
25+
### Performance Improvements
26+
27+
* **electron:** reduce default node resource maximums ([eaf30f0](https://github.com/nano-wallet-company/nano-wallet-desktop/commit/eaf30f0))
28+
29+
30+
531
<a name="1.0.1"></a>
632
## [1.0.1](https://github.com/nano-wallet-company/nano-wallet-desktop/compare/v1.0.0...v1.0.1) (2018-07-18)
733

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nano-wallet-company/nano-wallet-desktop",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"productName": "Nano Wallet Desktop",
55
"genericName": "Wallet",
66
"description": "An ambitious Nano wallet for desktop and web.",

0 commit comments

Comments
 (0)