Skip to content

Commit

Permalink
Update version and changelog for v0.5.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Feb 28, 2012
1 parent 2e1db8b commit c9f3948
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## v0.5.9 - 28/02/2012

* support using fs.existsSync instead of path.existsSync (if deprecated)
* fixed a typo in example config.json
* added sublime-jshint editor link to README

## v0.5.8 - 13/02/2012

* bump JSHint to r06
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jshint",
"version": "0.5.8",
"version": "0.5.9",
"description": "A CLI for JSHint",
"homepage": "http://github.com/jshint/node-jshint",
"author": {
Expand Down

0 comments on commit c9f3948

Please sign in to comment.