Skip to content

Commit 75f1787

Browse files
authored
Merge pull request #2249 from cosmos/release-candidate/v1.0.0-beta.17
Release candidate/v1.0.0 beta.17
2 parents d0d446d + 65757cc commit 75f1787

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-beta.17] - 2019-03-13
11+
12+
### Changed
13+
14+
- [#\2210](https://github.com/cosmos/voyager/pull/2210) Faucet give money only to non-existent addresses @sabau
15+
- release PR now adds PENDING.md to CHANGELOG.md @faboweb
16+
- [#\2202](https://github.com/cosmos/voyager/pull/2202) Fix circle configuration for publishing @sabau
17+
- [#\2236](https://github.com/cosmos/voyager/pull/2236) ES lint no tabs @sabau
18+
19+
1020

1121
## [1.0.0-beta.16] - 2019-03-11
1222

PENDING.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
### Changed
2-
3-
- [#\2210](https://github.com/cosmos/voyager/pull/2210) Faucet give money only to non-existent addresses @sabau
4-
- release PR now adds PENDING.md to CHANGELOG.md @faboweb
5-
- [#\2202](https://github.com/cosmos/voyager/pull/2202) Fix circle configuration for publishing @sabau
6-
- [#\2236](https://github.com/cosmos/voyager/pull/2236) ES lint no tabs @sabau

package.json

+2-2
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.16",
4+
"version": "1.0.0-beta.17",
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",
@@ -148,4 +148,4 @@
148148
"vuelidate": "0.7.3",
149149
"vuex": "3.0.1"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)