From a659c8c4e70ca3d661d8828b26b5677c632662e5 Mon Sep 17 00:00:00 2001 From: nurikk Date: Fri, 10 Dec 2021 12:31:02 +0800 Subject: [PATCH] chore(release): 0.6.60 :tada: --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f874efd..44cf10136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.6.60](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.59...0.6.60) (2021-12-10) + + +### Bug Fixes + +* **DevicesTable:** fix data accessors ([c449073](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c449073fa30258930a8e838eeaa5ecb2fc3e6213)) + + +### Features + +* **i18n:** trim locales ([39f0625](https://github.com/nurikk/zigbee2mqtt-frontend/commit/39f0625e9f24c4c08a22a7fd2fb9c3374305c1c2)) + + + ## [0.6.59](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.58...0.6.59) (2021-12-08) diff --git a/package-lock.json b/package-lock.json index cde50a1b7..53f194983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt-frontend", - "version": "0.6.59", + "version": "0.6.60", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 266603be6..f1e9b0172 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.6.59", + "version": "0.6.60", "license": "GPL-3.0", "scripts": { "build": "npm run clean && webpack --config ./webpack.config.js --mode production",