Skip to content

Commit 1448e62

Browse files
committed
v0.0.6
1 parent dff6fd5 commit 1448e62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.6](https://github.com/varletjs/ruler-factory/compare/v0.0.5...v0.0.6) (2025-09-06)
2+
3+
### Features
4+
5+
- refactor rulerFactory to improve type inference and extend context handling ([dff6fd5](https://github.com/varletjs/ruler-factory/commit/dff6fd57c891a9e3a99fa63beda15b29e6335852))
6+
17
## [0.0.5](https://github.com/varletjs/ruler-factory/compare/v0.0.4...v0.0.5) (2025-09-06)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ruler-factory",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A flexible, chainable validation rule factory for typeScript/javaScript.",
55
"keywords": [
66
"validation",

0 commit comments

Comments
 (0)