diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6cf0c..e40ec85 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 9bcb177..02fda0f 100644 --- a/package.json +++ b/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": {