Skip to content

Commit 2ee99d5

Browse files
committed
chore: bump routes-gen to 0.6.1 and add changelog
1 parent f184d74 commit 2ee99d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/routes-gen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# routes-gen
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- Implemented routes export sorting and fixed routes params with same prefix computation
8+
39
## 0.6.0
410

511
### Minor Changes

packages/routes-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routes-gen",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)