We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165894e commit 4d58193Copy full SHA for 4d58193
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 13.15.1
+# 13.15.15
2
3
### Fixes, New Locales and Enhancements
4
package.json
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
- "version": "13.15.1",
+ "version": "13.15.15",
5
"sideEffects": false,
6
"homepage": "https://github.com/validatorjs/validator.js",
7
"files": [
src/index.js
@@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130
131
import isVAT from './lib/isVAT';
132
133
-const version = '13.15.1';
+const version = '13.15.15';
134
135
const validator = {
136
version,
0 commit comments