Skip to content

Commit d04bafc

Browse files
node-validator(release): v1.1.4
## [1.1.4](v1.1.3...v1.1.4) (2026-03-28) ### Bug Fixes * support node 18 formdata tests ([0f36da5](0f36da5))
1 parent 0f36da5 commit d04bafc

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.4](https://github.com/SourceRegistry/node-validator/compare/v1.1.3...v1.1.4) (2026-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* support node 18 formdata tests ([0f36da5](https://github.com/SourceRegistry/node-validator/commit/0f36da5b5f7a59442e17595b1d7b84f8a54a8f96))
7+
18
## [1.1.3](https://github.com/SourceRegistry/node-validator/compare/v1.1.2...v1.1.3) (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.3",
3+
"version": "1.1.4",
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)