Skip to content

Commit d127c4f

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](v2.8.0...v2.9.0) (2025-08-27) ### Features * enhance name detection with comprehensive improvements ([#522](#522)) ([d540c0b](d540c0b)) ### BREAKING CHANGES * Some confidence scores have changed due to improved algorithm * fix: update test expectations to match enhanced name detection behavior - Fixed test expectations for names with preserved input case (MacDonald, McCarthy) - Updated confidence score expectations to match improved algorithm - Corrected name order detection expectations based on known name databases - Fixed title handling test expectations (doctor.smith not reversed) - Adjusted single letter initial confidence thresholds - All 62 tests now passing * Release 3.0.0-develop.0 * chore: update
1 parent d540c0b commit d127c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmehq/email-validator-js",
3-
"version": "3.0.0-develop.0",
3+
"version": "2.9.0",
44
"private": false,
55
"description": "Advanced email validation with MX records, SMTP verification, disposable email detection, batch processing, and caching. Production-ready with TypeScript support.",
66
"keywords": [

0 commit comments

Comments
 (0)