Skip to content

Commit d87b204

Browse files
committed
Release 1.7.1
1 parent b3c4ea9 commit d87b204

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,6 +4,13 @@ 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.1](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.7.0...v1.7.1)
8+
9+
> 9 June 2020
10+
11+
- fix: compile errors [`b3c4ea9`](https://github.com/OpenZWave/node-openzwave-shared/commit/b3c4ea9ed88cbfc05c2b822bab75769dfb0e6a20)
12+
- fix: use OZWManagerAssign to handle exceptions [`89b9872`](https://github.com/OpenZWave/node-openzwave-shared/commit/89b9872e014b71d0c83f1c61dd6d741a3f86a82f)
13+
714
#### [v1.7.0](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.2...v1.7.0)
815

916
> 15 May 2020
@@ -15,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1522
- Add support for building on Android [`#372`](https://github.com/OpenZWave/node-openzwave-shared/pull/372)
1623
- pull from node-openzwave-shared master [`#1`](https://github.com/OpenZWave/node-openzwave-shared/pull/1)
1724
- test appveyor CI with Node 10 [`#373`](https://github.com/OpenZWave/node-openzwave-shared/pull/373)
25+
- Release 1.7.0 [`3e0ce8a`](https://github.com/OpenZWave/node-openzwave-shared/commit/3e0ce8aef645aa2fcc257380be6a1687b573d980)
1826
- fix: test3.js [`66c461b`](https://github.com/OpenZWave/node-openzwave-shared/commit/66c461b0f6f29a584d741a5e58f80e03cd5fc8d1)
1927

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

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