Skip to content

Commit

Permalink
4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jan 20, 2016
1 parent c576993 commit eae8756
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- Make `isLength() / isByteLength()` also accept `{min, max}` as options object.
#### 4.5.1

- Make `isLength()` / `isByteLength()` accept `{min, max}` as options object.
([#474](https://github.com/chriso/validator.js/issues/474))

#### 4.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "validator",
"description": "String validation and sanitization",
"version": "4.5.0",
"version": "4.5.1",
"homepage": "http://github.com/chriso/validator.js",
"keywords": [
"validator", "validation", "validate", "sanitization",
Expand Down
2 changes: 1 addition & 1 deletion validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'use strict';

validator = { version: '4.5.0' };
validator = { version: '4.5.1' };

var emailUserPart = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i;
var quotedEmailUser = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i;
Expand Down
Loading

0 comments on commit eae8756

Please sign in to comment.