From c6dd7d43f3f884b399b7f37a6645f34a7267bc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Mon, 20 Jun 2022 22:47:53 +0200 Subject: [PATCH] chore(release): 2.10.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13169555..d961f5ee 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.10.1](https://github.com/resoai/TileBoard/compare/v2.10.0...v2.10.1) (2022-06-20) + + +### Bug Fixes + +* **webmanifest:** add start_url ([#838](https://github.com/resoai/TileBoard/issues/838)) ([eef5368](https://github.com/resoai/TileBoard/commit/eef536801a4d5a8ba3df54fc97e920b313faf0bb)) + ## [2.10.0](https://github.com/resoai/TileBoard/compare/v2.9.0...v2.10.0) (2022-06-19) diff --git a/package.json b/package.json index 1075cd22..4417462b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard", - "version": "2.10.0", + "version": "2.10.1", "description": "Simple yet highly customizable dashboard for Home Assistant", "scripts": { "dev": "rollup --config --watch",