Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 24, 2024
1 parent e19aa66 commit 88a21d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## v0.5.0

[compare changes](https://github.com/unjs/rou3/compare/v0.4.0...v0.5.0)

### 🔥 Performance

- Avoid `Object.create(null)` ([2b7ac09](https://github.com/unjs/rou3/commit/2b7ac09))

### 🩹 Fixes

- ⚠️ Last named segment should be required ([#123](https://github.com/unjs/rou3/pull/123))

### 🏡 Chore

- Ignore bun lockfile ([172f548](https://github.com/unjs/rou3/commit/172f548))
- Update release ([1c85bb8](https://github.com/unjs/rou3/commit/1c85bb8))

#### ⚠️ Breaking Changes

- ⚠️ Last named segment should be required ([#123](https://github.com/unjs/rou3/pull/123))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.4.0

[compare changes](https://github.com/unjs/rou3/compare/v0.3.0...v0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rou3",
"version": "0.4.0",
"version": "0.5.0",
"description": "Lightweight and fast router for JavaScript based on Radix Tree",
"repository": "unjs/rou3",
"license": "MIT",
Expand Down

0 comments on commit 88a21d7

Please sign in to comment.