Skip to content

Commit d610387

Browse files
Release 2.4.0
[skip ci] ## [2.4.0](v2.3.0...v2.4.0) (2024-12-22) ### Features * support fs.exists async function ([#65](#65)) ([eb95f36](eb95f36))
1 parent eb95f36 commit d610387

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/node-modules/utility/compare/v2.3.0...v2.4.0) (2024-12-22)
4+
5+
6+
### Features
7+
8+
* support fs.exists async function ([#65](https://github.com/node-modules/utility/issues/65)) ([eb95f36](https://github.com/node-modules/utility/commit/eb95f36dea2a7cebb32d46038cc99b455fb734cd))
9+
310
## [2.3.0](https://github.com/node-modules/utility/compare/v2.2.0...v2.3.0) (2024-12-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utility",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)