Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 15, 2020
1 parent 66c461b commit 3e0ce8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ 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.0](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.2...v1.7.0)

> 15 May 2020
- fix: update typescript annotations [`#376`](https://github.com/OpenZWave/node-openzwave-shared/pull/376)
- fix: linting of types declaration file [`#367`](https://github.com/OpenZWave/node-openzwave-shared/pull/367)
- fix: misspelling in OpenZWave options [`#369`](https://github.com/OpenZWave/node-openzwave-shared/pull/369)
- feat: expose GetNodeClassInformation [`#374`](https://github.com/OpenZWave/node-openzwave-shared/pull/374)
- Add support for building on Android [`#372`](https://github.com/OpenZWave/node-openzwave-shared/pull/372)
- pull from node-openzwave-shared master [`#1`](https://github.com/OpenZWave/node-openzwave-shared/pull/1)
- test appveyor CI with Node 10 [`#373`](https://github.com/OpenZWave/node-openzwave-shared/pull/373)
- fix: test3.js [`66c461b`](https://github.com/OpenZWave/node-openzwave-shared/commit/66c461b0f6f29a584d741a5e58f80e03cd5fc8d1)

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

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

#### [v1.6.1](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.6.0...v1.6.1)
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.6.2",
"version": "1.7.0",
"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 3e0ce8a

Please sign in to comment.