Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 3, 2020
1 parent 22537a5 commit 666e5b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.7.2](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.7.1...v1.7.2)

> 3 November 2020
- fix: typo in utils.cc ManuacturerSpecificDBReady [`#391`](https://github.com/OpenZWave/node-openzwave-shared/pull/391)
- fix: typescript types [`#384`](https://github.com/OpenZWave/node-openzwave-shared/pull/384)
- docs: typo in url [`#382`](https://github.com/OpenZWave/node-openzwave-shared/pull/382)
- feat: github actions for ci [`#381`](https://github.com/OpenZWave/node-openzwave-shared/pull/381)

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openzwave-shared",
"version": "1.7.1",
"version": "1.7.2",
"description": "Node.JS bindings for OpenZWave including management and security functions",
"main": "./lib/openzwave-shared.js",
"types": "./types/openzwave-shared.d.ts",
Expand Down

0 comments on commit 666e5b3

Please sign in to comment.