Skip to content

Commit f2f4964

Browse files
committed
chore(projects): release v0.0.5
1 parent 4e83a7e commit f2f4964

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.0.5](https://github.com/soybeanjs/utils/compare/v0.0.4...v0.0.5) (2026-03-05)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **string**: correct regex patterns in pascalCase and camelCase functions &nbsp;-&nbsp; by @soybeanjs [<samp>(d5904)</samp>](https://github.com/soybeanjs/utils/commit/d590449)
8+
9+
### &nbsp;&nbsp;&nbsp;🏡 Chore
10+
11+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(4e83a)</samp>](https://github.com/soybeanjs/utils/commit/4e83a7e)
12+
- **package**: rename update-pkg script to upkg &nbsp;-&nbsp; by @soybeanjs [<samp>(f1217)</samp>](https://github.com/soybeanjs/utils/commit/f121742)
13+
14+
### &nbsp;&nbsp;&nbsp;✅ Tests
15+
16+
- **projects**: add vitest &nbsp;-&nbsp; by @soybeanjs [<samp>(14152)</samp>](https://github.com/soybeanjs/utils/commit/1415250)
17+
18+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
19+
20+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
21+
322
## [v0.0.4](https://github.com/soybeanjs/utils/compare/v0.0.3...v0.0.4) (2026-02-05)
423

524
### &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.4",
3+
"version": "0.0.5",
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)