Skip to content

Commit a093046

Browse files
authored
Merge pull request #2313 from cosmos/release-candidate/v1.0.0-beta.22
Release candidate/v1.0.0 beta.22
2 parents c450eef + 67cd5fa commit a093046

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.0-beta.22] - 2019-03-19
11+
12+
### Added
13+
14+
- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb
15+
16+
### Fixed
17+
18+
- [\#2267](https://github.com/cosmos/voyager/issues/2267) fixed sorting on validator table @jbibla
19+
- [\#2278](https://github.com/cosmos/voyager/issues/2278) fixed commission calculation on validator table @jbibla
20+
21+
1022
## [1.0.0-beta.21] - 2019-03-16
1123

1224
### Added

PENDING.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
### Added
2-
3-
- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb
4-
5-
### Fixed
6-
7-
- [\#2267](https://github.com/cosmos/voyager/issues/2267) fixed sorting on validator table @jbibla
8-
- [\#2278](https://github.com/cosmos/voyager/issues/2278) fixed commission calculation on validator table @jbibla

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmos-voyager",
33
"productName": "Cosmos Voyager",
4-
"version": "1.0.0-beta.21",
4+
"version": "1.0.0-beta.22",
55
"description": "Voyager is an electron-based user interface for the Cosmos Network.",
66
"author": "All In Bits, Inc <hello@tendermint.com>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)