Skip to content

Commit db3e197

Browse files
committed
Release 1.6.1
1 parent 9820b26 commit db3e197

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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.6.1](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.0...v1.6.1)
8+
9+
> 12 February 2020
10+
11+
- Add support for building on FreeBSD [`#366`](https://github.com/OpenZWave/node-openzwave-shared/pull/366)
12+
713
#### [v1.6.0](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.12...v1.6.0)
814

915
> 11 February 2020
1016
1117
- Changes to make the windows build compatible with Node 12. [`#364`](https://github.com/OpenZWave/node-openzwave-shared/pull/364)
18+
- Release 1.6.0 [`460f0a8`](https://github.com/OpenZWave/node-openzwave-shared/commit/460f0a8e467278b38d4baed5c3b86c69611d5f1b)
1219
- docs: Updated events [`58c4d9b`](https://github.com/OpenZWave/node-openzwave-shared/commit/58c4d9bc6bf17953da2635050887a742c3e70b8b)
1320
- Change because node 0.12 doesn't support string interpolation. [`1df30cf`](https://github.com/OpenZWave/node-openzwave-shared/commit/1df30cf347c1f4e64d5542a6b9026cbf1a9d651f)
1421
- Fix to be compatible with old old node. [`c4885f7`](https://github.com/OpenZWave/node-openzwave-shared/commit/c4885f73b69652bd0a0033f7038181e0ec780d98)

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