diff --git a/CHANGELOG.md b/CHANGELOG.md index a25aeca..a984228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Version 1.1.3 + +> [!WARNING] +> Please install it only you have Landroid Cloud version 5.0.0 and above + +### What's Changed + +- Fixed incorrect encoding of the Hungarian language by @Barma-lej in https://github.com/Barma-lej/landroid-card/pull/413 + +**Full Changelog**: https://github.com/Barma-lej/landroid-card/compare/1.1.2...1.1.3 + ## Version 1.1.2 > [!WARNING] diff --git a/package-lock.json b/package-lock.json index 5887a47..536ea8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "landroid-card", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "landroid-card", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "core-js": "^3.36.1", diff --git a/package.json b/package.json index 8c78160..133a7b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "landroid-card", - "version": "1.1.2", + "version": "1.1.3", "description": "Landroid lawnmower card for Home Assistant Lovelace UI", "main": "dist/landroid-card.js", "type": "module",