Skip to content

Commit

Permalink
chore: release v12.5.0
Browse files Browse the repository at this point in the history
This release adds support for Z-Wave Long Range thanks to the amazing work of @jtbraun. Application developers planning to add support should read [this](https://zwave-js.github.io/node-zwave-js/#/getting-started/long-range) to get started.

### Features
* Support Z-Wave Long Range (#6401, #6620)

### Config file changes
* Remove Association Groups 2 & 3 from AEON Labs DSB09 (#6691)
* Correct group 3 label for GE/Enbrighten 26931/ZW4006 (#6703)
* Add new Fingerprint for Ring Contact sensor (#6676)
* Preserve root endpoint in Vision ZL7432 (#6675)
* Add new Product ID to Fibaro Smoke Detector (#6603)
* Add Product ID for Benext Energy Switch FW1.6 (#6602)
* Add fingerprint for Ring Glass Break Sensor EU (#6590)
* Change MH9-CO2 Temperature Reporting Threshold step size to 0.1 (#6581)
* Add new product ID to Fibaro FGS-213 (#6576)
* Add units, improve descriptions for Everspring ST814 (#6712)
* Label and parameter definitions for Sensative Drip 700 (#6514)
* Override supported sensor scales for HELTUN HE-ZW-THERM-FL2 (#6711)
  • Loading branch information
AlCalzone committed Apr 2, 2024
1 parent 9cec9e3 commit 4bf9ef5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 19 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<!--
Add placeholder for next release with `wip` snippet
-->
## __WORK IN PROGRESS__
## 12.5.0 (2024-04-02)
This release adds support for Z-Wave Long Range thanks to the amazing work of @jtbraun. Application developers planning to add support should read [this](https://zwave-js.github.io/node-zwave-js/#/getting-started/long-range) to get started.

### Features
* Support Z-Wave Long Range (#6401, #6620)

### Bugfixes

### Config file changes
* Remove Association Groups 2 & 3 from AEON Labs DSB09 (#6691)
* Correct group 3 label for GE/Enbrighten 26931/ZW4006 (#6703)
Expand All @@ -26,8 +24,6 @@ This release adds support for Z-Wave Long Range thanks to the amazing work of @j
* Label and parameter definitions for Sensative Drip 700 (#6514)
* Override supported sensor scales for HELTUN HE-ZW-THERM-FL2 (#6711)

### Changes under the hood

## 12.4.4 (2024-02-10)
### Bugfixes
* NVM backups can now be restored onto 800 series controllers (#6670)
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.5.0-beta.1",
"version": "12.5.0",
"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.5.0-beta.1",
"version": "12.5.0",
"description": "zwave-js: Command Classes",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "12.5.0-beta.0",
"version": "12.5.0",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/core",
"version": "12.5.0-beta.0",
"version": "12.5.0",
"description": "zwave-js: core components",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/eslint-plugin",
"version": "12.5.0-beta.0",
"version": "12.5.0",
"description": "zwave-js: custom ESLint rules",
"private": true,
"keywords": [],
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.5.0-beta.1",
"version": "12.5.0",
"description": "zwave-js: firmware flash utility",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/host",
"version": "12.5.0-beta.1",
"version": "12.5.0",
"description": "zwave-js: Host abstractions",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/maintenance",
"version": "12.5.0-beta.0",
"version": "12.5.0",
"description": "zwave-js: maintenance scripts",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/nvmedit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/nvmedit",
"version": "12.5.0-beta.0",
"version": "12.5.0",
"description": "zwave-js: library to edit NVM backups",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/serial",
"version": "12.5.0-beta.1",
"version": "12.5.0",
"description": "zwave-js: Serialport driver",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/shared",
"version": "12.2.3",
"version": "12.5.0",
"description": "zwave-js: shared utilities",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/testing",
"version": "12.5.0-beta.1",
"version": "12.5.0",
"description": "zwave-js: testing utilities",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/transformers",
"version": "12.0.0",
"version": "12.5.0",
"description": "zwave-js: compile-time transformers",
"private": true,
"keywords": [],
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.5.0-beta.1",
"version": "12.5.0",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 4bf9ef5

Please sign in to comment.