diff --git a/_posts/2016-04-04-eslint-v2.7.0-released.md b/_posts/2016-04-04-eslint-v2.7.0-released.md index 7db168ad45..3527889190 100644 --- a/_posts/2016-04-04-eslint-v2.7.0-released.md +++ b/_posts/2016-04-04-eslint-v2.7.0-released.md @@ -7,7 +7,8 @@ tags: --- # ESLint v2.7.0 released -We just pushed ESLint v2.7.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. +We just pushed ESLint v2.7.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. +This release was meant to be a patch v2.6.1 release, but the version was incorrectly calculated due to a bug in our release tool. @@ -16,14 +17,6 @@ We just pushed ESLint v2.7.0, which is a minor release upgrade of ESLint. This r -## Enhancements - - -* [1b6d5a3](https://github.com/eslint/eslint/commit/1b6d5a3) Update: adds nestedBinaryExpressions for no-extra-parens (fixes [#3065](https://github.com/eslint/eslint/issues/3065)) (Nick Fisher) - - - - ## Bug Fixes