diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb1c482..5692a9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.20](https://github.com/germanferrero/lime-app/compare/v0.2.19...v0.2.20) (2021-05-11) + +* **map:** prevent buttons overflow in mobile +* **align:** show message "no mesh interfaces available" when there aren't ### [0.2.19](https://github.com/germanferrero/lime-app/compare/v0.2.18...v0.2.19) (2021-05-11) diff --git a/manifest.json b/manifest.json index 17ee8361..a6d045d4 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,5 @@ "sizes": "512x512" } ], - "version": "0.2.19" + "version": "0.2.20" } diff --git a/package-lock.json b/package-lock.json index eac02da0..e578ff36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-limeapp", - "version": "0.2.19", + "version": "0.2.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f1f08ab6..1582e57a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "preact-limeapp", - "version": "0.2.19", + "version": "0.2.20", "description": "Limeapp webUI and app", "license": "GNU", "author": "Marcos Gutierrez ",