From c2339e7f09f77172d4e2fb0c825d5f95ef9fb2a1 Mon Sep 17 00:00:00 2001 From: koenkk Date: Sat, 21 Oct 2023 10:54:47 +0200 Subject: [PATCH] chore(release): 0.6.138 :tada: --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd2e1c92..535885f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.6.138](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.137...0.6.138) (2023-10-21) + + +### Bug Fixes + +* **code-style:** run prettier ([4731e09](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4731e0935d82359fc60382280df3ddd1f5d7287f)), closes [#1803](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1803) + + +### Features + +* **about:** add zigbee-herdsman-converters/zigbee-herdsman version to about page ([#1817](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1817)) ([474888c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/474888cb80ec5bbf8f1f1999627e2ff76803b7d6)) +* **dashboard:** add icons for some features ([652b689](https://github.com/nurikk/zigbee2mqtt-frontend/commit/652b689207d097a06ca779ac5b1e0b44cc2bf184)) +* **eslint:** add to GH Actions check ([db8ee06](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db8ee06baff6156d7a54b5b263ecd5606e98e548)) + + + ## [0.6.137](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.136...0.6.137) (2023-10-04) diff --git a/package.json b/package.json index e30b75592..382b7f6c7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.6.137", + "version": "0.6.138", "license": "GPL-3.0", "scripts": { "build": "vite build",