Skip to content

Commit

Permalink
bump to v0.9.5-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Saive committed Mar 11, 2020
1 parent 5ffe6cd commit 745aac2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

### Milestone: [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.1)

### [v0.9.5-beta6][v0.9.5-beta6] - 11-Mar-2020

#### Fixed

- Fixed password field input validation (fixes #57)
- Added new Symbol icons (fixes #72)
- Fixed child account creation (fixes #64)
- Fixed namespace state updates (fixes #67)
- Fixed MosaicBalanceList reactivity

### [v0.9.5-beta5][v0.9.5-beta5] - 10-Mar-2020

#### Fixed
Expand Down Expand Up @@ -87,7 +97,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
- Mosaic definition *multi-signature* feature bug with signer selection (aggregate bonded only)


[v0.9.5]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.5-beta5
[v0.9.5]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.5-beta6
[v0.9.5-beta6]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.5-beta5...v0.9.5-beta6
[v0.9.5-beta5]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.5-beta4...v0.9.5-beta5
[v0.9.5-beta4]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.5-beta2...v0.9.5-beta4
[v0.9.5-beta2]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.5-beta1...v0.9.5-beta2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "symbol-desktop-wallet",
"description": "Symbol Wallet",
"homepage": "https://github.com/nemfoundation/symbol-desktop-wallet",
"version": "0.9.5-beta5",
"version": "0.9.5-beta6",
"scripts": {
"dev": "vue-cli-service serve ",
"build": "rm -rf dist && mkdir dist && tsc && vue-cli-service build",
Expand Down

0 comments on commit 745aac2

Please sign in to comment.