Skip to content

Commit b1d31cc

Browse files
committed
Release 2.8.0
1 parent 31df374 commit b1d31cc

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.8.0] - 2026-02-22
4+
35
- New: `anything` is now an alias for `unknown`, which might be more readable in some
46
contexts
57
- In error output, display promise, bigint, and any other unknown values (instead of

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.8.0-1",
3+
"version": "2.8.0",
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)