diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e644635..30a2c3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.14](https://github.com/germanferrero/lime-app/compare/v0.2.13...v0.2.14) (2021-01-27) + +### Refactor +* **bathost:** adapt to new ubus endpoint + ### [0.2.13](https://github.com/germanferrero/lime-app/compare/v0.2.12...v0.2.13) (2021-01-25) ### Features diff --git a/manifest.json b/manifest.json index 60642d0f..5346e61f 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,5 @@ "sizes": "512x512" } ], - "version": "0.2.13" + "version": "0.2.14" } diff --git a/package-lock.json b/package-lock.json index c322c414..2bd68886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-limeapp", - "version": "0.2.13", + "version": "0.2.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4cf63ea..3f4140b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "preact-limeapp", - "version": "0.2.13", + "version": "0.2.14", "description": "Limeapp webUI and app", "license": "GNU", "author": "Marcos Gutierrez ",