Skip to content

Commit 8a5cbc8

Browse files
committed
chore(projects): release v0.0.4
1 parent 14b11c4 commit 8a5cbc8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.0.4](https://github.com/soybeanjs/utils/compare/v0.0.3...v0.0.4) (2026-02-05)
4+
5+
###    🚀 Features
6+
7+
- **common**: add isNullish utility function to check for null or undefined values &nbsp;-&nbsp; by @soybeanjs [<samp>(14b11)</samp>](https://github.com/soybeanjs/utils/commit/14b11c4)
8+
9+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
10+
11+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
12+
313
## [v0.0.3](https://github.com/soybeanjs/utils/compare/v0.0.2...v0.0.3) (2026-02-04)
414

515
### &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.3",
3+
"version": "0.0.4",
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)