Preparing for release
This commit is contained in:
@ -4,6 +4,11 @@ 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).
|
||||||
|
|
||||||
|
## v1.5.0 - 2020-06-06
|
||||||
|
### Added
|
||||||
|
* Added support for adding, deleting, listing, and updating scheduled events
|
||||||
|
* Added egg timer support
|
||||||
|
|
||||||
## v1.4.0 - 2020-05-25
|
## v1.4.0 - 2020-05-25
|
||||||
### Added
|
### Added
|
||||||
* Support for controlling the salt cell generator's output levels.
|
* Support for controlling the salt cell generator's output levels.
|
||||||
|
@ -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.4.0",
|
"version": "1.5.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