diff --git a/CHANGELOG.md b/CHANGELOG.md index 95003955..13169555 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.0](https://github.com/resoai/TileBoard/compare/v2.9.0...v2.10.0) (2022-06-19) + + +### Features + +* make tileboard installable as web apk ([#822](https://github.com/resoai/TileBoard/issues/822)) ([a1dd248](https://github.com/resoai/TileBoard/commit/a1dd248cea665ab760b254cacbcfb82dfd7a4cf8)) + ## [2.9.0](https://github.com/resoai/TileBoard/compare/v2.8.0...v2.9.0) (2022-02-03) diff --git a/package.json b/package.json index 203808d7..1075cd22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard", - "version": "2.9.0", + "version": "2.10.0", "description": "Simple yet highly customizable dashboard for Home Assistant", "scripts": { "dev": "rollup --config --watch",