Skip to content

Commit f2b5c17

Browse files
authored
maintenance: 2511 release (#2627)
1 parent d457eca commit f2b5c17

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130130

131131
import isVAT from './lib/isVAT';
132132

133-
const version = '13.15.20';
133+
const version = '13.15.22';
134134

135135
const validator = {
136136
version,

0 commit comments

Comments
 (0)