From 7839edfdd40cabe6fcdce43afcf45d6195725f15 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 29 Aug 2018 21:59:59 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cadfb23..448166d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 12.0.1 - 2018-08-29 + +- Since ESLint 5 no longer supports Node 4, `standard` silently passes when run in Node 4, which matches the current behavior for Node 0.10, 0.12, and all other unsupported versions of Node. + ## 12.0.0 - 2018-08-28 New version of ESLint, new version of Standard!