We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb1368 commit c7580b0Copy full SHA for c7580b0
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v8.3.0](https://github.com/uphold/validator.js-asserts/releases/tag/v8.3.0) (2025-01-10)
4
+- Bypass email validation for deleted emails [\#254](https://github.com/uphold/validator.js-asserts/pull/254) ([Megamind51](https://github.com/Megamind51))
5
+
6
## [v8.2.0](https://github.com/uphold/validator.js-asserts/releases/tag/v8.2.0) (2024-07-08)
7
- Bump google-libphonenumber@3.2.35 [\#250](https://github.com/uphold/validator.js-asserts/pull/250) ([rbrtribeiro](https://github.com/rbrtribeiro))
8
package.json
@@ -1,6 +1,6 @@
{
"name": "validator.js-asserts",
- "version": "8.2.0",
+ "version": "8.3.0",
"description": "A set of extra asserts for validator.js.",
"keywords": [
"asserts",
0 commit comments