Skip to content

Commit 2a92a70

Browse files
committed
- fetch-router: 0.12.0 -> 0.13.0
1 parent 4abfebc commit 2a92a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fetch-router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the changelog for [`fetch-router`](https://github.com/remix-run/remix/tree/main/packages/fetch-router). It follows [semantic versioning](https://semver.org/).
44

5-
## Unreleased
5+
## v0.13.0 (2025-12-01)
66

77
- BREAKING CHANGE: Renamed "route handlers" terminology to "controller/action" throughout the package. This is a breaking change for anyone using the types or properties from this package. Update your code:
88

packages/fetch-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/fetch-router",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A minimal, composable router for the web Fetch API",
55
"author": "Michael Jackson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)