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 f184d74 commit 2ee99d5Copy full SHA for 2ee99d5
packages/routes-gen/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# routes-gen
2
3
+## 0.6.1
4
+
5
+### Patch Changes
6
7
+- Implemented routes export sorting and fixed routes params with same prefix computation
8
9
## 0.6.0
10
11
### Minor Changes
packages/routes-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "routes-gen",
- "version": "0.6.0",
+ "version": "0.6.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
0 commit comments