diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e9290b..8718a867 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. +### [2.6.4](https://github.com/resoai/TileBoard/compare/v2.6.3...v2.6.4) (2021-10-26) + + +### Bug Fixes + +* **LIGHT:** better styling for the view triggered on long press ([#780](https://github.com/resoai/TileBoard/issues/780)) ([8193f33](https://github.com/resoai/TileBoard/commit/8193f33d532321edbe449532eff469af30aa903f)) + ### [2.6.3](https://github.com/resoai/TileBoard/compare/v2.6.2...v2.6.3) (2021-08-06) diff --git a/package.json b/package.json index a351ac90..d10458aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard", - "version": "2.6.3", + "version": "2.6.4", "description": "Simple yet highly customizable dashboard for Home Assistant", "scripts": { "dev": "rollup --config --watch",