Skip to content

Commit 6bde127

Browse files
committed
chore(release): v0.2.0
1 parent a540ceb commit 6bde127

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.2.0
6+
7+
[compare changes](https://github.com/unjs/rou3/compare/v0.1.0...v0.2.0)
8+
9+
### 🩹 Fixes
10+
11+
- **matcher:** Match param in last segment ([#110](https://github.com/unjs/rou3/pull/110))
12+
13+
### 💅 Refactors
14+
15+
- ⚠️ Unify apis with `method, path` order ([#114](https://github.com/unjs/rou3/pull/114))
16+
- **matcher:** Improve readability ([af7af4d](https://github.com/unjs/rou3/commit/af7af4d))
17+
18+
### 🏡 Chore
19+
20+
- Fix coverage report ([4aad1cb](https://github.com/unjs/rou3/commit/4aad1cb))
21+
- More strict tsconfig ([164efa2](https://github.com/unjs/rou3/commit/164efa2))
22+
- Add bundle size badge ([a540ceb](https://github.com/unjs/rou3/commit/a540ceb))
23+
24+
### ✅ Tests
25+
26+
- Update matcher tests ([c81d596](https://github.com/unjs/rou3/commit/c81d596))
27+
28+
#### ⚠️ Breaking Changes
29+
30+
- ⚠️ Unify apis with `method, path` order ([#114](https://github.com/unjs/rou3/pull/114))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](http://github.com/pi0))
35+
536
## v0.1.0
637

738
[compare changes](https://github.com/unjs/rou3/compare/v1.1.2...v0.1.0)

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.1.0",
3+
"version": "0.2.0",
44
"description": "Lightweight and fast router for JavaScript based on Radix Tree",
55
"repository": "unjs/rou3",
66
"license": "MIT",

0 commit comments

Comments
 (0)