We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1eea4 commit 8bed074Copy full SHA for 8bed074
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/SourceRegistry/node-validator/compare/v1.1.0...v1.1.1) (2026-03-28)
2
+
3
4
+### Bug Fixes
5
6
+* cover FormData validator release paths ([6a1eea4](https://github.com/SourceRegistry/node-validator/commit/6a1eea4f549e32c564d8ac63f39eaf56680cdf24))
7
8
# [1.1.0](https://github.com/SourceRegistry/node-validator/compare/v1.0.0...v1.1.0) (2026-03-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceregistry/node-validator",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A minimal, dependency-free TypeScript/JavaScript library for runtime validation.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
0 commit comments