diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eeb47764d..0b090cabcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.0-beta.140] - 2019-11-15 + +### Fixed + +- Proposal would fail to load if not signed in @faboweb + ## [1.0.0-beta.139] - 2019-11-14 ### Added diff --git a/package.json b/package.json index afb1a1103f..35c897a26b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie", - "version": "1.0.0-beta.139", + "version": "1.0.0-beta.140", "description": "Lunie is the staking and governance platform for proof-of-stake blockchains.", "author": "Lunie International Software Systems Inc. ", "scripts": { diff --git a/src/components/governance/PageProposal.vue b/src/components/governance/PageProposal.vue index b6ccff6f3d..d2375c36b8 100644 --- a/src/components/governance/PageProposal.vue +++ b/src/components/governance/PageProposal.vue @@ -299,6 +299,9 @@ export default { address: this.address } }, + skip() { + return !this.address + }, update(data) { /* istanbul ignore next */ return data.vote.option