Skip to content

Commit

Permalink
chore: release v13.0.2
Browse files Browse the repository at this point in the history
### Bugfixes
* Fixed latency calculation in link reliability check, distinguish between latency and RTT (#7038)
  • Loading branch information
AlCalzone committed Jul 22, 2024
1 parent 17382f9 commit 4daba53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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__
## 13.0.2 (2024-07-22)
### Bugfixes
* Fixed latency calculation in link reliability check, distinguish between latency and RTT (#7038)

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": "13.0.1",
"version": "13.0.2",
"private": true,
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"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": "13.0.1",
"version": "13.0.2",
"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": "13.0.1",
"version": "13.0.2",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"type": "commonjs",
Expand Down

0 comments on commit 4daba53

Please sign in to comment.