Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Apr 4, 2016
1 parent b5a95bd commit 449bbbf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### HEAD
#### 5.2.0

- Added a `isDataURI()` validator
([#521](https://github.com/chriso/validator.js/pull/521))
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ var _toString2 = _interopRequireDefault(_toString);

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

var version = '5.1.0';
var version = '5.2.0';

var validator = {
version: version,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
"version": "5.1.0",
"version": "5.2.0",
"homepage": "http://github.com/chriso/validator.js",
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '5.1.0';
const version = '5.2.0';

import toDate from './lib/toDate';
import toFloat from './lib/toFloat';
Expand Down
2 changes: 1 addition & 1 deletion validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
return parts.join('@');
}

var version = '5.1.0';
var version = '5.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 449bbbf

Please sign in to comment.