Skip to content

Commit da797c4

Browse files
committed
chore(release): v0.7.11
1 parent e2fbf8d commit da797c4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v0.7.11
6+
7+
[compare changes](https://github.com/h3js/rou3/compare/v0.7.10...v0.7.11)
8+
9+
### 🩹 Fixes
10+
11+
- Handle root wildcard routes ([#173](https://github.com/h3js/rou3/pull/173))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([d299937](https://github.com/h3js/rou3/commit/d299937))
16+
17+
### ❤️ Contributors
18+
19+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
20+
- Pooya Parsa ([@pi0](https://github.com/pi0))
21+
522
## v0.7.10
623

724
[compare changes](https://github.com/h3js/rou3/compare/v0.7.9...v0.7.10)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rou3",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"description": "Lightweight and fast router for JavaScript.",
55
"repository": "h3js/rou3",
66
"license": "MIT",

0 commit comments

Comments
 (0)