diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c1a24f8..2fcdd19b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.7.3...0.7.4) (2024-07-26) + + +### Bug Fixes + +* **translation:** ignore `en` translation from poeeditor ([#2085](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2085)) ([ad2784f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ad2784f4e5022706813d477046548ab0ad19fbe8)) + + + ## [0.7.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.7.2...0.7.3) (2024-07-22) diff --git a/package.json b/package.json index c882a8144..2424e4ea4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.7.3", + "version": "0.7.4", "license": "GPL-3.0", "scripts": { "build": "vite build",