Skip to content

Commit 701b76f

Browse files
committed
Release route-pattern@0.9.1
1 parent 4e3dcb2 commit 701b76f

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.9.1 (2025-09-04)
66

77
- Fix handling of patterns with leading slash
88
- Make variables not greedy

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.9.0",
3+
"version": "0.9.1",
44
"description": "Match and generate URLs with strong typing",
55
"author": "Michael Jackson <mjijackson@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)