Skip to content

Commit

Permalink
Merge pull request #2927 from luniehq/release-candidate/v1.0.0-beta.114
Browse files Browse the repository at this point in the history
[Simsala] automatic release created for v1.0.0-beta.114
  • Loading branch information
faboweb authored Aug 30, 2019
2 parents 30df86c + 50e1499 commit 97a8807
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [1.0.0-beta.114] - 2019-08-30

### Fixed

- [#2925](https://github.com/cosmos/lunie/pull/2925) Adjust build bundle paths to allow for html5 deep linking @faboweb

## [1.0.0-beta.113] - 2019-08-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunie",
"version": "1.0.0-beta.113",
"version": "1.0.0-beta.114",
"description": "Lunie is the staking and governance platform for proof-of-stake blockchains.",
"author": "Lunie International Software Systems Inc. <hello@lunie.io>",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const commitHash = require(`child_process`)
.trim()

module.exports = {
publicPath: ``,
publicPath: `/`,
configureWebpack: () => {
const config = {
resolve: {
Expand Down

0 comments on commit 97a8807

Please sign in to comment.