diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e50bbbb..bec4001a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.146](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.145...0.6.146) (2023-11-20) + + +### Features + +* **deviceImage:** allow to pre download device images ([db81940](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db8194069b46cebc34cd4701d85109afe81c894a)) + + + ## [0.6.145](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.144...0.6.145) (2023-11-20) diff --git a/package.json b/package.json index 55bf33a79..e28eba44f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.6.145", + "version": "0.6.146", "license": "GPL-3.0", "scripts": { "build": "vite build",