Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 8, 2015
1 parent 4958cce commit 5fa62c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
v0.14.1 - February 8, 2015

* 0.14.1 (Nicholas C. Zakas)
* Fix: Exit code should be 1 for any number of errors (fixes #1795) (Nicholas C. Zakas)
* Fix: Check indentation of first line (fixes #1796) (Nicholas C. Zakas)
* Fix: strict rules shouldn't throw on arrow functions (fixes #1789) (Nicholas C. Zakas)

v0.14.0 - February 7, 2015

* 0.14.0 (Nicholas C. Zakas)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "0.14.0",
"version": "0.14.1",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 5fa62c0

Please sign in to comment.