Skip to content

Commit

Permalink
chore: release v12.12.5
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
AlCalzone committed Jul 15, 2024
1 parent 56308cd commit 7198eb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--
Add placeholder for next release with `wip` snippet
-->
## __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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/cc",
"version": "12.12.4",
"version": "12.12.5",
"description": "zwave-js: Command Classes",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/flash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/flash",
"version": "12.12.4",
"version": "12.12.5",
"description": "zwave-js: firmware flash utility",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7198eb3

Please sign in to comment.