diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e064a6d..379fc9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.18](https://github.com/germanferrero/lime-app/compare/v0.2.17...v0.2.18) (2021-05-11) + + +### Bug Fixes + +* **firmware:** show loading spinner while uploading file ([ea4293c](https://github.com/germanferrero/lime-app/commit/ea4293cbabf1d0c757114e441d2084518e00e3d6)) + ### [0.2.17](https://github.com/germanferrero/lime-app/compare/v0.2.16...v0.2.17) (2021-05-06) diff --git a/manifest.json b/manifest.json index 3036d923..1e9f170a 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,5 @@ "sizes": "512x512" } ], - "version": "0.2.17" + "version": "0.2.18" } diff --git a/package-lock.json b/package-lock.json index 268b800b..b712d0ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-limeapp", - "version": "0.2.17", + "version": "0.2.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 320dd40e..244eda6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "preact-limeapp", - "version": "0.2.17", + "version": "0.2.18", "description": "Limeapp webUI and app", "license": "GNU", "author": "Marcos Gutierrez ",