Skip to content

Commit 5784762

Browse files
committed
v0.13.3
1 parent 1068f1b commit 5784762

File tree

7 files changed

+11
-26
lines changed

7 files changed

+11
-26
lines changed

.changeset/funny-waves-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lucky-dingos-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-pans-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-ducks-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-trains-work.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solidjs/router
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- 884b8be: fix #374, fix #399 - suppress cache errors in load function
8+
- 4a76e7d: Fix state updates detection on history back/forward
9+
- 5af3da8: fix #407 single flight without explicit keys
10+
- 1068f1b: fix #408 - accessing route information
11+
- 0c698ed: Allow rewriting url
12+
313
## 0.13.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Ryan Turnquist"
77
],
88
"license": "MIT",
9-
"version": "0.13.2",
9+
"version": "0.13.3",
1010
"homepage": "https://github.com/solidjs/solid-router#readme",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)