From cc4e0801f1d58f6b95755bd4fb7ba141947b6082 Mon Sep 17 00:00:00 2001 From: Ainur Timerbaev Date: Fri, 3 May 2024 09:41:35 +0100 Subject: [PATCH] chore(release): 0.6.167 :tada: --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2b10f96..7800fef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.167](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.166...0.6.167) (2024-05-03) + + +### Bug Fixes + +* **devicecontrol:** show edit buttons on mobile width ([#2012](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2012)) ([07536d1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/07536d1ab791a3c86ffc2c9d00954626c80bda95)) + + + ## [0.6.166](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.165...0.6.166) (2024-05-02) diff --git a/package.json b/package.json index 73692bd5b..f71e096c5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.6.166", + "version": "0.6.167", "license": "GPL-3.0", "scripts": { "build": "vite build",