Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 8, 2015
1 parent 6ff9ba8 commit 3bf1511
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.16.1 - March 8, 2015

* 0.16.1 (Nicholas C. Zakas)
* Fix: Node.js scoping in block-scoped-var (fixes #1969) (Nicholas C. Zakas)
* Update: Enable ES6 scoping for more options (Nicholas C. Zakas)
* Fix: Ensure all export nodes are traversable (fixes #1965) (Nicholas C. Zakas)
* Fix: Ensure class names are marked as used (fixes #1967) (Nicholas C. Zakas)
* Fix: remove typo that caused a crash (fixes #1963) (Fabricio C Zuardi)
* Docs: Added missing "are" (Sean Wilkinson)

v0.16.0 - March 7, 2015

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

0 comments on commit 3bf1511

Please sign in to comment.