Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Nov 28, 2016
1 parent 69f63bd commit da7560d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
#### HEAD
#### 6.2.0
- Added an option to require an email display name
([#607](https://github.com/chriso/validator.js/pull/607))
- Added support for `lt` and `gt` to `isInt()`
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -250,7 +250,7 @@ var _toString2 = _interopRequireDefault(_toString);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var version = '6.1.0';
var version = '6.2.0';

var validator = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
"version": "6.1.0",
"version": "6.2.0",
"homepage": "http://github.com/chriso/validator.js",
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -81,7 +81,7 @@ import normalizeEmail from './lib/normalizeEmail';

import toString from './lib/util/toString';

const version = '6.1.0';
const version = '6.2.0';

const validator = {
version,
Expand Down
2 changes: 1 addition & 1 deletion validator.js
Expand Up @@ -1398,7 +1398,7 @@
return parts.join('@');
}

var version = '6.1.0';
var version = '6.2.0';

var validator = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion validator.min.js

Large diffs are not rendered by default.

0 comments on commit da7560d

Please sign in to comment.