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 2e38e0d commit 9ef6d43Copy full SHA for 9ef6d43
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v1.3.5
2
+
3
+### Changed
4
5
+- Minor fixes to typings
6
+- Fix browserslist to use ES2018
7
+- Fix babel config
8
+- Update dependencies
9
10
## v1.3.4
11
12
- d7e4cfc Support forwarding url params with wildcard paths
package.json
@@ -1,6 +1,6 @@
{
"name": "@quitsmx/router",
- "version": "1.3.4",
+ "version": "1.3.5",
"description": "Next generation Routing for React.",
"main": "./index.js",
"module": "./es/index.js",
0 commit comments