Skip to content

Commit 1e4a78a

Browse files
committed
Release 1.5.12
1 parent fae401c commit 1e4a78a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.5.12](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.11...v1.5.12)
8+
9+
> 16 January 2020
10+
11+
- fix: Fixed 'connected' callback with ozw version [`fae401c`](https://github.com/OpenZWave/node-openzwave-shared/commit/fae401cea1e940c836ae971868849bca5476cd6d)
12+
- feat: Added getOzwVersion method [`80f9dbf`](https://github.com/OpenZWave/node-openzwave-shared/commit/80f9dbfadb6d786b7549b08c120a038b3e53ad3d)
13+
714
#### [v1.5.11](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.10...v1.5.11)
815

916
> 16 January 2020
1017
1118
- Fix build issue #356 [`#359`](https://github.com/OpenZWave/node-openzwave-shared/pull/359)
1219
- Bugfix/issue#183 disconnect deadlock [`#329`](https://github.com/OpenZWave/node-openzwave-shared/pull/329)
1320
- Adding missing typing for removeFailedNode [`#357`](https://github.com/OpenZWave/node-openzwave-shared/pull/357)
21+
- Release 1.5.11 [`4a09346`](https://github.com/OpenZWave/node-openzwave-shared/commit/4a09346640bed0c450c38227733528241381144d)
1422
- Adding missing typeing for removeFailedNode [`9635576`](https://github.com/OpenZWave/node-openzwave-shared/commit/9635576107e4ac2b19cf2f32c392c3aa87fa2d17)
1523
- fix build [`52f7792`](https://github.com/OpenZWave/node-openzwave-shared/commit/52f7792c7de7d6fd74fc5d56aa97a1e1b6e50d29)
1624

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzwave-shared",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "Node.JS bindings for OpenZWave including management and security functions",
55
"main": "./lib/openzwave-shared.js",
66
"types": "./types/openzwave-shared.d.ts",

0 commit comments

Comments
 (0)