Skip to content

Commit b4927a0

Browse files
Release v2.2.1
1 parent 3730f4f commit b4927a0

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.2.1] - 2026-02-24
4+
35
- Silence Next.js native errors in `createSafeRouteHandler` and allow to return `never` when `redirect` is used inside a Route Handler.
46

57
## [2.2.0] - 2026-02-08

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": "@sugardarius/anzen",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Fast, flexible, framework validation agnostic, type‑safe factories for creating route handlers, page and layout Server Component files in Next.js.",
55
"license": "MIT",
66
"packageManager": "npm@11.8.0",

0 commit comments

Comments
 (0)