Skip to content

Commit a696b99

Browse files
chore: release (#1842)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Birk Skyum <[email protected]>
1 parent ffd7cba commit a696b99

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/young-shrimps-fetch.md

-7
This file was deleted.

packages/start/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solidjs/start
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- ffd7cba: fix nested route with escaping resolved incorrectly (#1829).
8+
before `/routes/nested/(ignored)route.tsx` resolved to `/nestedroute`,
9+
and now it resolves to `/nested/route`.
10+
311
## 1.1.2
412

513
### Patch Changes

packages/start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"type": "module",
55
"author": "Ryan Carniato",
66
"license": "MIT",

0 commit comments

Comments
 (0)