From 24339333a61ca2a622b6937c34d5847c2312470e Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Thu, 13 Apr 2017 18:03:10 +1000 Subject: [PATCH] chore: Add require NodeJS 6.x LTS changelog note --- packages/stylelint-config-wordpress/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index 046a9d39238f54..f484af46ba6245 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,6 +1,7 @@ # HEAD - Removed: `stylelint < 7.5.0` compatibility. +- Removed: NodeJS 4.x support, `stylelint` and `stylelint-config-wordpress` now require NodeJS > 6.9.1 LTS or greater - Added: NodeJS 7.x.x support - Added: `selector-no-empty` rule. - Fixed: Removed `@debug` from `ignoreAtRules` array of `at-rule-no-unknown` rule in `stylelint-config-wordpress/scss` chared config.