Skip to content

Commit 677c39f

Browse files
Release v2.9.1
1 parent fe2fe92 commit 677c39f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [2.9.1] - 2026-03-11
4+
35
- Fix `sized()` error messages to use singular "item"/"char" when count is 1
46
- Tweak `nonEmptyArray()` error message (from "Must be non-empty array" to "Must have at
57
least 1 item")

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decoders",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Elegant and battle-tested validation library for type-safe input data for TypeScript",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)