Skip to content

Commit 8bed074

Browse files
node-validator(release): v1.1.1
## [1.1.1](v1.1.0...v1.1.1) (2026-03-28) ### Bug Fixes * cover FormData validator release paths ([6a1eea4](6a1eea4))
1 parent 6a1eea4 commit 8bed074

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [1.1.0](https://github.com/SourceRegistry/node-validator/compare/v1.0.0...v1.1.0) (2026-03-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceregistry/node-validator",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A minimal, dependency-free TypeScript/JavaScript library for runtime validation.",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)