diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e697bc3ebe..fdda697cdeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -## __WORK IN PROGRESS__ +## 12.12.2 (2024-07-05) ### Bugfixes * When responding to `Version CC Get` queries, Z-Wave JS's own version is now included as the `Firmware 1` version (#6982) * When receiving a notification with an unknown notification type, the created "unknown" value now correctly has metadata set (#6981) diff --git a/package.json b/package.json index 47177f49bc24..e8f2cab51eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/repo", - "version": "12.12.1", + "version": "12.12.2", "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 5c6ce8619506..51d314b6bb8e 100644 --- a/packages/cc/package.json +++ b/packages/cc/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/cc", - "version": "12.12.1", + "version": "12.12.2", "description": "zwave-js: Command Classes", "keywords": [], "publishConfig": { diff --git a/packages/flash/package.json b/packages/flash/package.json index b0caed243345..4ef0ce3395a5 100644 --- a/packages/flash/package.json +++ b/packages/flash/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/flash", - "version": "12.12.1", + "version": "12.12.2", "description": "zwave-js: firmware flash utility", "keywords": [], "publishConfig": { diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index 7dc126feafa8..9b660d3ee04e 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js", - "version": "12.12.1", + "version": "12.12.2", "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], "main": "build/index.js",