Skip to content

Commit a009e63

Browse files
committed
Release 1.5.9
1 parent 5686303 commit a009e63

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +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.9](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.8...v1.5.9)
8+
9+
> 29 October 2019
10+
11+
- [fix] Openzwave 16 deprecated errors #355 [`de923b5`](https://github.com/OpenZWave/node-openzwave-shared/commit/de923b5433ae3bd2cf127efd06a22f9cea7f5b84)
12+
- [fix] Enable writeConfig function for openzwave version < 16 [`5686303`](https://github.com/OpenZWave/node-openzwave-shared/commit/5686303d9b25f534860217c54631aa3ed2dc1dab)
13+
- [fix] getValueIdDescriptor OZWValueIdIndex type [`7eaa12a`](https://github.com/OpenZWave/node-openzwave-shared/commit/7eaa12ab0019bf4b7ffbece6ed5a7891f5059be8)
14+
715
#### [v1.5.8](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.7...v1.5.8)
816

917
> 12 October 2019
1018
1119
- Updated typings: added new options in IConstructorParameters [`#335`](https://github.com/OpenZWave/node-openzwave-shared/pull/335)
1220
- GetAssociationsInstances [`#349`](https://github.com/OpenZWave/node-openzwave-shared/pull/349)
21+
- Release 1.5.8 [`09a1d05`](https://github.com/OpenZWave/node-openzwave-shared/commit/09a1d05550f3688a6c59ee4fddfc7918a4dc413e)
1322

1423
#### [v1.5.7](https://github.com/OpenZWave/node-openzwave-shared/compare/1.5.6...v1.5.7)
1524

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.8",
3+
"version": "1.5.9",
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)