Skip to content

Commit 153e3ff

Browse files
Release 2.3.0
[skip ci] ## [2.3.0](v2.2.0...v2.3.0) (2024-12-18) ### Features * support promise with timeout ([#64](#64)) ([bc3e168](bc3e168))
1 parent bc3e168 commit 153e3ff

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.3.0](https://github.com/node-modules/utility/compare/v2.2.0...v2.3.0) (2024-12-18)
4+
5+
6+
### Features
7+
8+
* support promise with timeout ([#64](https://github.com/node-modules/utility/issues/64)) ([bc3e168](https://github.com/node-modules/utility/commit/bc3e168b0f38180053481f95a5cc653b775b2d79))
9+
310
## [2.2.0](https://github.com/node-modules/utility/compare/v2.1.0...v2.2.0) (2024-12-10)
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.2.0",
3+
"version": "2.3.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)