Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 8, 2012
1 parent 62bb9dd commit fa23c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ req.assert(0, 'Not a three-digit integer.').len(3, 3).isInt();

## Changelog

### v0.3.0
- `req.validationErrors()` now returns `null` instead of `false` if there are no errors.

### v0.2.4
- Support for regex routes (@Cecchi)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Chris O'Hara <[email protected]>",
"@orfaust"
],
"version": "0.2.4",
"version": "0.3.0",
"homepage": "https://github.com/ctavan/express-validator",
"repository": {
"type": "git",
Expand Down

0 comments on commit fa23c0f

Please sign in to comment.