File tree 3 files changed +16
-12
lines changed
3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0-beta.21] - 2019-03-16
11
+
12
+ ### Added
13
+
14
+ - [ \# 2228] ( https://github.com/cosmos/voyager/issues/2228 ) display balances of vesting accounts @faboweb
15
+ - [ \# 2230] ( https://github.com/cosmos/voyager/issues/2230 ) calculate fees and estimated transaction gas @fedekunze
16
+ - [ \# 2291] ( https://github.com/cosmos/voyager/pull/2291 ) master built against main net full node @sabau
17
+
18
+ ### Fixed
19
+
20
+ - [ \# 2269] ( https://github.com/cosmos/voyager/pull/2269 ) Persist session type if signed in with ledger @faboweb
21
+ - [ \# 2273] ( https://github.com/cosmos/voyager/issues/2273 ) fixed atoms and uatoms conversion @fedekunze
22
+
23
+
10
24
## [ 1.0.0-beta.20] - 2019-03-15
11
25
12
26
### Fixed
Original file line number Diff line number Diff line change 1
- ### Added
2
-
3
- - [ \# 2228] ( https://github.com/cosmos/voyager/issues/2228 ) display balances of vesting accounts @faboweb
4
- - [ \# 2230] ( https://github.com/cosmos/voyager/issues/2230 ) calculate fees and estimated transaction gas @fedekunze
5
- - [ \# 2291] ( https://github.com/cosmos/voyager/pull/2291 ) master built against main net full node @sabau
6
-
7
- ### Fixed
8
-
9
- - [ \# 2269] ( https://github.com/cosmos/voyager/pull/2269 ) Persist session type if signed in with ledger @faboweb
10
- - [ \# 2273] ( https://github.com/cosmos/voyager/issues/2273 ) fixed atoms and uatoms conversion @fedekunze
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cosmos-voyager" ,
3
3
"productName" : " Cosmos Voyager" ,
4
- "version" : " 1.0.0-beta.20 " ,
4
+ "version" : " 1.0.0-beta.21 " ,
5
5
"description" : " Voyager is an electron-based user interface for the Cosmos Network." ,
6
6
"author" : " All In Bits, Inc <hello@tendermint.com>" ,
7
7
"license" : " Apache-2.0" ,
149
149
"vuelidate" : " 0.7.3" ,
150
150
"vuex" : " 3.0.1"
151
151
}
152
- }
152
+ }
You can’t perform that action at this time.
0 commit comments