From 16fc59e95140aeb7d7cda732aca7921a12b046c1 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Fri, 16 Mar 2018 15:58:49 -0400 Subject: [PATCH] Build: changelog update for 4.19.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22ac17bfec..14e9227ee6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v4.19.0 - March 16, 2018 + +* 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫) +* 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima) +* 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis) +* 72ed3db Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description (#10084) (Stephen Edgar) +* 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith) +* e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz) +* 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt) +* 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz) +* 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz) +* 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto) + v4.18.2 - March 2, 2018 * 6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler)