From 7198eb3160ec07a14082c2308a8459459e567c28 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Mon, 15 Jul 2024 11:28:42 +0200 Subject: [PATCH] chore: release v12.12.5 ### Bugfixes * Supported CCs of endpoints are now reset during a re-interview (#7008) * Basic CC is no longer automatically marked as supported if included in the list of securely supported commands (#7010) * Set highest version also for Basic CC if Version CC is not supported (#7012) --- CHANGELOG.md | 2 +- package.json | 2 +- packages/cc/package.json | 2 +- packages/flash/package.json | 2 +- packages/zwave-js/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b09334fc9c..47c2e1b9d51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -## __WORK IN PROGRESS__ +## 12.12.5 (2024-07-15) ### Bugfixes * Supported CCs of endpoints are now reset during a re-interview (#7008) * Basic CC is no longer automatically marked as supported if included in the list of securely supported commands (#7010) diff --git a/package.json b/package.json index 1c8b67ad9f1a..b9a4dc6e35da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/repo", - "version": "12.12.4", + "version": "12.12.5", "private": true, "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], diff --git a/packages/cc/package.json b/packages/cc/package.json index 752bdedaddc0..0165dbd37a33 100644 --- a/packages/cc/package.json +++ b/packages/cc/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/cc", - "version": "12.12.4", + "version": "12.12.5", "description": "zwave-js: Command Classes", "keywords": [], "publishConfig": { diff --git a/packages/flash/package.json b/packages/flash/package.json index 36523cb94d59..ffdad217e8ae 100644 --- a/packages/flash/package.json +++ b/packages/flash/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/flash", - "version": "12.12.4", + "version": "12.12.5", "description": "zwave-js: firmware flash utility", "keywords": [], "publishConfig": { diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index 36e255644839..c1cd022eaf34 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js", - "version": "12.12.4", + "version": "12.12.5", "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], "main": "build/index.js",