diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e9cd3..f17a664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Ability to show buttons for controlling pool equipment (with a touch screen, for example). +- Ability to show buttons for controlling pool equipment (with a touch screen, for example). NOTE: running `npm install` again is necessary after upgrading to this version if the heat controls are used. ## [1.0.3] - 2018-04-27 ### Changed diff --git a/package.json b/package.json index e8ad37b..9f7f22b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "repository": "https://github.com/parnic/MMM-ScreenLogic.git", "license": "MIT", "dependencies": { - "node-screenlogic": "^1.0.1" + "node-screenlogic": "1.x" } }