Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Aug 3, 2012
1 parent ba0b821 commit 1590b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,11 @@ req.assert(['user', 'fields', 'email'], 'valid email required').isEmail();

## Changelog

### v0.2.3
- Fix checkHeader() (@pimguilherme)

### v0.2.2
- Add dot-notation for nested input
- Add dot-notation for nested input (@sharonjl)
- Add validate() alias for check()

### v0.2.1
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.2",
"version": "0.2.3",
"homepage": "https://github.com/ctavan/express-validator",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1590b47

Please sign in to comment.