Skip to content

Commit 6bde552

Browse files
committed
4.2.0
1 parent 351b8c3 commit 6bde552

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### HEAD
1+
#### 4.2.0
22

33
- Fix `isDate()` handling of ISO8601 timezones
44
([#444](https://github.com/chriso/validator.js/pull/444))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "validator",
22
"description": "String validation and sanitization",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"homepage": "http://github.com/chriso/validator.js",
55
"keywords": [
66
"validator", "validation", "validate", "sanitization",

validator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
'use strict';
3535

36-
validator = { version: '4.1.0' };
36+
validator = { version: '4.2.0' };
3737

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

0 commit comments

Comments
 (0)