Skip to content

Commit 34f59ca

Browse files
committed
chore(release): v2.2.8
1 parent 5178f9b commit 34f59ca

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.2.8
6+
7+
[compare changes](https://github.com/chantouchsek/validatorjs/compare/v2.2.7...v2.2.8)
8+
9+
### 🩹 Fixes
10+
11+
- **deps:** Bump pnpm/action-setup from 4 to 5 ([fa2131c](https://github.com/chantouchsek/validatorjs/commit/fa2131c))
12+
- **deps:** Bump pnpm/action-setup from 5 to 6 ([9eb98e4](https://github.com/chantouchsek/validatorjs/commit/9eb98e4))
13+
- Handle empty string in isValidDate to prevent false positives in some environments ([ea39424](https://github.com/chantouchsek/validatorjs/commit/ea39424))
14+
- **deps:** Replace deprecated standard-version with changelogen to fix trust downgrade error ([126b9b3](https://github.com/chantouchsek/validatorjs/commit/126b9b3))
15+
- Validate numeric date input using Number.isFinite and add NaN/Infinity tests ([2d749b1](https://github.com/chantouchsek/validatorjs/commit/2d749b1))
16+
- 🎨 fix styling by (eslint) ([ffd0a9c](https://github.com/chantouchsek/validatorjs/commit/ffd0a9c))
17+
- 🎨 fix styling by (eslint) ([1f8f048](https://github.com/chantouchsek/validatorjs/commit/1f8f048))
18+
- Handle empty string in isValidDate to prevent false positives in some environments ([c259707](https://github.com/chantouchsek/validatorjs/commit/c259707))
19+
- Validate numeric date input using Number.isFinite and add NaN/Infinity tests ([f0bc5bd](https://github.com/chantouchsek/validatorjs/commit/f0bc5bd))
20+
- 🎨 fix styling by (eslint) ([81e4349](https://github.com/chantouchsek/validatorjs/commit/81e4349))
21+
- 🎨 fix styling by (eslint) ([5178f9b](https://github.com/chantouchsek/validatorjs/commit/5178f9b))
22+
23+
### 🎨 Styles
24+
25+
- Collapse empty string guard to single line per review suggestion ([95d6b1a](https://github.com/chantouchsek/validatorjs/commit/95d6b1a))
26+
- Remove blank line after empty string guard ([f2ff78a](https://github.com/chantouchsek/validatorjs/commit/f2ff78a))
27+
- Collapse empty string guard to single line per review suggestion ([998d2a8](https://github.com/chantouchsek/validatorjs/commit/998d2a8))
28+
- Remove blank line after empty string guard ([2f136cd](https://github.com/chantouchsek/validatorjs/commit/2f136cd))
29+
30+
### ❤️ Contributors
31+
32+
- Chantouchsek ([@chantouchsek](http://github.com/chantouchsek))
33+
- Copilot ([@MicrosoftCopilot](http://github.com/MicrosoftCopilot))
34+
535
### [2.2.7](https://github.com/chantouchsek/validatorjs/compare/v2.2.6...v2.2.7) (2025-12-17)
636

737
### [2.2.6](https://github.com/chantouchsek/validatorjs/compare/v2.2.5...v2.2.6) (2025-12-17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chantouchsek/validatorjs",
33
"type": "module",
4-
"version": "2.2.7",
4+
"version": "2.2.8",
55
"packageManager": "pnpm@10.26.0",
66
"description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.",
77
"author": {

0 commit comments

Comments
 (0)