Skip to content

Commit 41944ab

Browse files
committed
maintenance: 2512 release
1 parent e340a6f commit 41944ab

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
# 13.15.26
2+
3+
### Fixes, New Locales and Enhancements
4+
5+
- [#2535](https://github.com/validatorjs/validator.js/pull/2535) `isHexColor`: add `require_hashtag` option @Numbers0689
6+
- [#2633](https://github.com/validatorjs/validator.js/pull/2633) `isURL`: handle possible bypass with URL-encoded content @WikiRik
7+
- [#2634](https://github.com/validatorjs/validator.js/pull/2634) `isIBAN`: improve `IR` locale @ds1371dani
8+
- **Doc fixes and others:**
9+
- [#2640](https://github.com/validatorjs/validator.js/pull/2640) @WikiRik
10+
111
# 13.15.23
212

313
### Fixes, New Locales and Enhancements
414

515
- **Doc fixes and others:**
616
- [#2631](https://github.com/validatorjs/validator.js/pull/2631) @WikiRik
717

8-
918
# 13.15.22
1019

1120
### 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.23",
4+
"version": "13.15.26",
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.23';
133+
const version = '13.15.26';
134134

135135
const validator = {
136136
version,

0 commit comments

Comments
 (0)