File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # 13.15.22
2+
3+ ### Fixes, New Locales and Enhancements
4+
5+ - [ #2622 ] ( https://github.com/validatorjs/validator.js/pull/2622 ) ` isURL ` : fix regression with hostnames with ports @mbtools
6+ - [ #2616 ] ( https://github.com/validatorjs/validator.js/pull/2616 ) ` isLength ` : improve handling Unicode variation selectors @koral--
7+ - ** Doc fixes and others:**
8+ - [ #2621 ] ( https://github.com/validatorjs/validator.js/pull/2621 ) @mbtools
9+
110# 13.15.20
211
312### Fixes, New Locales and Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " validator" ,
33 "description" : " String validation and sanitization" ,
4- "version" : " 13.15.20 " ,
4+ "version" : " 13.15.22 " ,
55 "sideEffects" : false ,
66 "homepage" : " https://github.com/validatorjs/validator.js" ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130130
131131import isVAT from './lib/isVAT' ;
132132
133- const version = '13.15.20 ' ;
133+ const version = '13.15.22 ' ;
134134
135135const validator = {
136136 version,
You can’t perform that action at this time.
0 commit comments