diff --git a/CHANGELOG.md b/CHANGELOG.md index 3575021e..8d515e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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 @@ -11,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) diff --git a/package-lock.json b/package-lock.json index d6491d1b..2ee21f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openzwave-shared", - "version": "1.6.2", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc96542e..c72a16be 100644 --- a/package.json +++ b/package.json @@ -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",