From ea2589972d7caf7f9a540f0acf05af9d7f4c7b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 23 May 2021 23:13:02 +0200 Subject: [PATCH] chore(release): 2.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1006f0..4c26461f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1](https://github.com/resoai/TileBoard/compare/v2.6.0...v2.6.1) (2021-05-23) + + +### Bug Fixes + +* **deps:** update dependency node-sass to v6 ([#716](https://github.com/resoai/TileBoard/issues/716)) ([a239003](https://github.com/resoai/TileBoard/commit/a239003475192a4baed3f3e85588d24d7c281896)) +* **HISTORY:** fix tooltip time for some locales ([#724](https://github.com/resoai/TileBoard/issues/724)) ([e2c5639](https://github.com/resoai/TileBoard/commit/e2c5639be74647fab2e0e7d539a76415ea42d81b)) +* suppress undefined postfix ([#722](https://github.com/resoai/TileBoard/issues/722)) ([d7132ee](https://github.com/resoai/TileBoard/commit/d7132ee257ccf428b1008fdd62aef7a7314c185f)) + ## [2.6.0](https://github.com/resoai/TileBoard/compare/v2.5.0...v2.6.0) (2021-05-01) diff --git a/package.json b/package.json index ca23c60f..10aa7497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard", - "version": "2.6.0", + "version": "2.6.1", "description": "Simple yet highly customizable dashboard for Home Assistant", "scripts": { "dev": "rollup --config --watch",