From 8a31bc86ecc05bf5d4c40dc4d95111c997958424 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Mon, 12 Dec 2016 17:23:27 -0500 Subject: [PATCH] Build: package.json and changelog update for 3.12.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592119290b2..be698b6a99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v3.12.1 - December 12, 2016 + +* 0ad4d33 Fix: `indent` regression with function calls (fixes #7732, fixes #7733) (#7734) (Teddy Katz) +* ab246dd Docs: Rules restricting globals/properties/syntax are linked together (#7743) (Kevin Partington) +* df2f115 Docs: Add eslint-config-mdcs to JSCS Migration Guide (#7737) (Joshua Koo) +* 4b77333 Build: avoid creating broken rule links in the changelog (#7731) (Teddy Katz) + v3.12.0 - December 9, 2016 * e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695) (Toru Nagashima)