Skip to content

Commit 666e5b3

Browse files
committed
Release 1.7.2
1 parent 22537a5 commit 666e5b3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ 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.2](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.7.1...v1.7.2)
8+
9+
> 3 November 2020
10+
11+
- fix: typo in utils.cc ManuacturerSpecificDBReady [`#391`](https://github.com/OpenZWave/node-openzwave-shared/pull/391)
12+
- fix: typescript types [`#384`](https://github.com/OpenZWave/node-openzwave-shared/pull/384)
13+
- docs: typo in url [`#382`](https://github.com/OpenZWave/node-openzwave-shared/pull/382)
14+
- feat: github actions for ci [`#381`](https://github.com/OpenZWave/node-openzwave-shared/pull/381)
15+
716
#### [v1.7.1](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.7.0...v1.7.1)
817

918
> 9 June 2020
1019
1120
- fix: compile errors [`b3c4ea9`](https://github.com/OpenZWave/node-openzwave-shared/commit/b3c4ea9ed88cbfc05c2b822bab75769dfb0e6a20)
1221
- fix: use OZWManagerAssign to handle exceptions [`89b9872`](https://github.com/OpenZWave/node-openzwave-shared/commit/89b9872e014b71d0c83f1c61dd6d741a3f86a82f)
22+
- Release 1.7.1 [`d87b204`](https://github.com/OpenZWave/node-openzwave-shared/commit/d87b20487b6ec774a02731aab5760f84d6a34891)
1323

1424
#### [v1.7.0](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.2...v1.7.0)
1525

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