Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Dec 12, 2014
1 parent cdc2dc5 commit 8ca82d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
v0.10.2 - December 12, 2014

* 0.10.2 (Nicholas C. Zakas)
* Fix: detect for...in in no-loop-func (fixes #1573) (Greg Cochard)
* Update: simplify comma-spacing logic (fixes #1562) (Brandon Mills)
* Fix: operator-assignment addition is non-commutative (fixes#1556) (Brandon Mills)
* 0.10.1 (Nicholas C. Zakas)
* Update: Add new-cap exception configurations. (Fixes #1487) - `newCapsAllowed` - `nonNewCapsAllowed` (Jordan Harband)

v0.10.1 - December 6, 2014

* 0.10.1 (Nicholas C. Zakas)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "0.10.1",
"version": "0.10.2",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "An Esprima-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 8ca82d8

Please sign in to comment.