Skip to content

Commit 3e0ce8a

Browse files
committed
Release 1.7.0
1 parent 66c461b commit 3e0ce8a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ 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.7.0](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.2...v1.7.0)
8+
9+
> 15 May 2020
10+
11+
- fix: update typescript annotations [`#376`](https://github.com/OpenZWave/node-openzwave-shared/pull/376)
12+
- fix: linting of types declaration file [`#367`](https://github.com/OpenZWave/node-openzwave-shared/pull/367)
13+
- fix: misspelling in OpenZWave options [`#369`](https://github.com/OpenZWave/node-openzwave-shared/pull/369)
14+
- feat: expose GetNodeClassInformation [`#374`](https://github.com/OpenZWave/node-openzwave-shared/pull/374)
15+
- Add support for building on Android [`#372`](https://github.com/OpenZWave/node-openzwave-shared/pull/372)
16+
- pull from node-openzwave-shared master [`#1`](https://github.com/OpenZWave/node-openzwave-shared/pull/1)
17+
- test appveyor CI with Node 10 [`#373`](https://github.com/OpenZWave/node-openzwave-shared/pull/373)
18+
- fix: test3.js [`66c461b`](https://github.com/OpenZWave/node-openzwave-shared/commit/66c461b0f6f29a584d741a5e58f80e03cd5fc8d1)
19+
720
#### [v1.6.2](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.1...v1.6.2)
821

922
> 3 March 2020
1023
1124
- fix: Empty config and user path when calling updateOptions [`d867ec6`](https://github.com/OpenZWave/node-openzwave-shared/commit/d867ec608ad130b219f7006ba6b3a1838217211c)
1225
- Revert "BREAKING CHANGE: List valueId values array becomes an Object value: valueString" [`e9c9ab4`](https://github.com/OpenZWave/node-openzwave-shared/commit/e9c9ab47a13423f59749840f477053a8fe1490d3)
1326
- BREAKING CHANGE: List valueId values array becomes an Object value: valueString [`60272ab`](https://github.com/OpenZWave/node-openzwave-shared/commit/60272ab90bc829965160b5d0722ee8a126a5ce4f)
27+
- Release 1.6.2 [`1161317`](https://github.com/OpenZWave/node-openzwave-shared/commit/1161317320b9534654b1115bf9a50f37de3d127f)
1428
- Add ozwcache to ignored files [`f44e2e4`](https://github.com/OpenZWave/node-openzwave-shared/commit/f44e2e4a2ac5c5b343177e22638cd064b1473f43)
1529

1630
#### [v1.6.1](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.0...v1.6.1)

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