Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Oct 15, 2016
1 parent 8ffef17 commit 61104b4
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
#### 6.1.0

- Added support for greater or less than in `isFloat()`
([#544](https://github.com/chriso/validator.js/issues/544))
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ var _toString2 = _interopRequireDefault(_toString);

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

var version = '6.0.0';
var version = '6.1.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": "6.0.0",
"version": "6.1.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 = '6.0.0';
const version = '6.1.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 @@ -1393,7 +1393,7 @@
return parts.join('@');
}

var version = '6.0.0';
var version = '6.1.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 61104b4

Please sign in to comment.