diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e35b033ebfc..004c70c5ffe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -## __WORK IN PROGRESS__ +## 12.12.1 (2024-06-26) ### Bugfixes * Fixed an issue where the watchdog feature could cause Z-Wave JS to stall after attempting controller recovery (#6968) * Reset controller again when transmitting to a problematic node makes the controller become unresponsive again after automatic recovery (#6968) diff --git a/package.json b/package.json index 6d6ae04232c0..47177f49bc24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/repo", - "version": "12.12.0", + "version": "12.12.1", "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 8c39b0c17611..5c6ce8619506 100644 --- a/packages/cc/package.json +++ b/packages/cc/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/cc", - "version": "12.12.0", + "version": "12.12.1", "description": "zwave-js: Command Classes", "keywords": [], "publishConfig": { diff --git a/packages/flash/package.json b/packages/flash/package.json index 62cfe82ed693..b0caed243345 100644 --- a/packages/flash/package.json +++ b/packages/flash/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/flash", - "version": "12.12.0", + "version": "12.12.1", "description": "zwave-js: firmware flash utility", "keywords": [], "publishConfig": { diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index 8020fbc9ceba..7dc126feafa8 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js", - "version": "12.12.0", + "version": "12.12.1", "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], "main": "build/index.js",