Skip to content

Commit

Permalink
0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 11, 2015
1 parent c98fdac commit 93a8925
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
v0.16.2 - March 10, 2015

* 0.16.2 (Nicholas C. Zakas)
* Fix: Ensure globalReturn isn't on when node:false (fixes #1995) (Nicholas C. Zakas)
* Downgrade: escope pegged to 2.0.6 (refs #2001) (Nicholas C. Zakas)
* Upgrade: escope to 2.0.7 (fixes #1978) (Nicholas C. Zakas)
* Docs: Update descriptive text for --no-ignore option. (David Anson)
* Upgrade: estraverse to latest for ESTree support (fixes #1986) (Nicholas C. Zakas)
* Fix: Global block-scope-var check should work (fixes #1980) (Nicholas C. Zakas)
* Fix: Don't warn about parens around yield (fixes #1981) (Nicholas C. Zakas)

v0.16.1 - March 8, 2015

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

0 comments on commit 93a8925

Please sign in to comment.