diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dd916..cdd562c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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). ## [Unreleased] +### Fixed + - Node version in engines + ### Changed - npmignore changelog and config files diff --git a/package.json b/package.json index 4856cbd..e081f80 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Jaroslav Šmolík ", "main": "./dist/main.js", "engines": { - "node": "^8.3.0" + "node": "^8.12.0" }, "repository": { "type": "git",