We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab627c2 commit ce3ca75Copy full SHA for ce3ca75
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+# 2.0.0
4
+
5
+- PR Merged [#247](https://github.com/EmilTholin/svelte-routing/pull/247)
6
+- Svelte version update
7
8
# 1.11.0
9
10
- PR Merged [#245](https://github.com/EmilTholin/svelte-routing/pull/245)
package.json
@@ -20,6 +20,6 @@
20
"types": "types/index.d.ts",
21
"svelte": "src/index.js",
22
"devDependencies": {
23
- "svelte": "^4.0.1"
+ "svelte": "^4.1.0"
24
}
25
0 commit comments