Skip to content

Commit 02dc01d

Browse files
node-validator(release): v1.1.2
## [1.1.2](v1.1.1...v1.1.2) (2026-03-28) ### Bug Fixes * emit declarations from vite build ([8e18c36](8e18c36))
1 parent 8e18c36 commit 02dc01d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.2](https://github.com/SourceRegistry/node-validator/compare/v1.1.1...v1.1.2) (2026-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* emit declarations from vite build ([8e18c36](https://github.com/SourceRegistry/node-validator/commit/8e18c36cd651d5117580a457a56f8b568ebde39a))
7+
18
## [1.1.1](https://github.com/SourceRegistry/node-validator/compare/v1.1.0...v1.1.1) (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.1",
3+
"version": "1.1.2",
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)