Skip to content

Commit 03e6bb3

Browse files
committed
1 parent 50bfaef commit 03e6bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/route-pattern/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 [`route-pattern`](https://github.com/remix-run/remix/tree/v3/packages/route-pattern). It follows [semantic versioning](https://semver.org/).
44

5-
## HEAD
5+
## v0.7.0 (2025-09-01)
66

77
- Add support for nested optionals in route patterns
88

packages/route-pattern/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/route-pattern",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Match and generate URLs with strong typing",
55
"author": "Michael Jackson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)