diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ce0ba..ab68294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.2.2 - 25/05/2011 + +* fixed a problem that occurs when predef is defined in a project file but there is no homeconfig +* bumped JSHint to 2011-04-16 + ## v0.2.1 - 06/05/2011 * fixed bug when either the $HOME/.jshintrc or the project specific .jshintrc is missing, neither is used diff --git a/LICENSE b/LICENSE index 76325b6..cebe050 100644 --- a/LICENSE +++ b/LICENSE @@ -4,12 +4,13 @@ http://www.opensource.org/licenses/mit-license.php Maintainers: - Brent Lintner (http://github.com/brentlintner) - Anton Kovalyov (https://github.com/antonkovalyov) - Paul Irish (https://github.com/paulirish) + Brent Lintner (github.com/brentlintner) + Anton Kovalyov (github.com/antonkovalyov) + Paul Irish (github.com/paulirish) Contributors: - Marco Rogers (https://github.com/polotek) - Matthew Kitt (https://github.com/mkitt) - Vasili Sviridov (https://github.com/vsviridov) - Julien P (https://github.com/julienp) + Marco Rogers (github.com/polotek) + Matthew Kitt (github.com/mkitt) + Vasili Sviridov (github.com/vsviridov) + Julien P (github.com/julienp) + Jonas Wagner (github.com/jwagner) diff --git a/package.json b/package.json index 1f39586..d4d29f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jshint", - "version": "0.2.1", + "version": "0.2.2", "description": "a cli for jshint", "homepage": "http://github.com/jshint/node-jshint", "author": {