Skip to content

Commit a302423

Browse files
committed
chore(projects): release v0.0.3
1 parent 7d6b793 commit a302423

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.0.3](https://github.com/soybeanjs/utils/compare/v0.0.2...v0.0.3) (2026-02-04)
4+
5+
###    🚀 Features
6+
7+
- **path**: add route path matching utility &nbsp;-&nbsp; by @soybeanjs [<samp>(7755e)</samp>](https://github.com/soybeanjs/utils/commit/7755ed3)
8+
9+
### &nbsp;&nbsp;&nbsp;🏡 Chore
10+
11+
- **projects**: use oxlint and oxfmt replace eslint and prettier &nbsp;-&nbsp; by @soybeanjs [<samp>(7d6b7)</samp>](https://github.com/soybeanjs/utils/commit/7d6b793)
12+
13+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
14+
15+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
16+
317
## [v0.0.2](https://github.com/soybeanjs/utils/compare/v0.0.1...v0.0.2) (2026-02-03)
418

519
### &nbsp;&nbsp;&nbsp;🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/utils",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A collection of useful utility functions for JavaScript and TypeScript projects of SoybeanJS.",
55
"homepage": "https://github.com/soybeanjs/utils",
66
"bugs": {

0 commit comments

Comments
 (0)