Update changelog/package.json for release
This commit is contained in:
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## v1.6.0 - 2020-06-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
* ScreenLogic.HEAT_MODE_DONTCHANGE
|
* ScreenLogic.HEAT_MODE_DONTCHANGE
|
||||||
* Debug logs using the "debug" NPM package. You'll need to run an `npm install` after updating to this version.
|
* Debug logs using the "debug" NPM package. You'll need to run an `npm install` after updating to this version.
|
||||||
* Ability to cancel delays in pool equipment. #20 - thanks @bshep
|
* Ability to cancel delays in pool equipment. #20 - thanks @bshep
|
||||||
|
* Ability to register for push messages from the equipment so the connection can be kept open instead of repeatedly reconnecting and polling for changes. See the `addClient()` and `removeClient()` functions on the `UnitConnection` docs.
|
||||||
|
|
||||||
## v1.5.0 - 2020-06-06
|
## v1.5.0 - 2020-06-06
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "node-screenlogic",
|
"name": "node-screenlogic",
|
||||||
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
|
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/parnic/node-screenlogic.git",
|
"repository": "https://github.com/parnic/node-screenlogic.git",
|
||||||
|
Reference in New Issue
Block a user