From 537b5c32f8ad49063375a4961f9eb54c68de8963 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Tue, 20 Feb 2018 16:09:27 -0500 Subject: [PATCH] Build: changelog update for 4.18.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e64de426be..a65976979bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v4.18.1 - February 20, 2018 + +* f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz) +* 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid) +* 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima) + v4.18.0 - February 16, 2018 * 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen)