Skip to content

Commit

Permalink
chore(release): 0.2.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcos87 committed May 30, 2019
1 parent a7b2a11 commit 7ef2f15
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [0.2.0-alpha.11](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-05-30)


### Bug Fixes

* **fbw:** get full config from networks found ([5304a69](https://github.com/libremesh/lime-app/commit/5304a69))
* **gui:** add option to toggleMenuButton ([725e5e9](https://github.com/libremesh/lime-app/commit/725e5e9))
* **typo:** fix most active hostname ([dc48770](https://github.com/libremesh/lime-app/commit/dc48770))
* **url:** disable redirect after connection ([3e1802a](https://github.com/libremesh/lime-app/commit/3e1802a))
* **url:** redirect if path is empty ([274d7dd](https://github.com/libremesh/lime-app/commit/274d7dd))


### Features

* **fbw:** hide menu button in FBW page ([2efa7c8](https://github.com/libremesh/lime-app/commit/2efa7c8))
* **gui:** handle menu button form redux ([276847a](https://github.com/libremesh/lime-app/commit/276847a))
* **gui:** hide menu button ([1fbc472](https://github.com/libremesh/lime-app/commit/1fbc472))



# [0.2.0-alpha.10](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-04-21)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sizes": "512x512"
}
],
"version": "0.2.0-alpha.10"
"version": "0.2.0-alpha.11"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "preact-limeapp",
"version": "0.2.0-alpha.10",
"version": "0.2.0-alpha.11",
"description": "Limeapp webUI and app",
"license": "GNU",
"author": "Marcos Gutierrez <[email protected]>",
Expand Down

0 comments on commit 7ef2f15

Please sign in to comment.