diff --git a/CHANGELOG.md b/CHANGELOG.md index df68698..c5ed85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/node-modules/utility/compare/v2.2.0...v2.3.0) (2024-12-18) + + +### Features + +* support promise with timeout ([#64](https://github.com/node-modules/utility/issues/64)) ([bc3e168](https://github.com/node-modules/utility/commit/bc3e168b0f38180053481f95a5cc653b775b2d79)) + ## [2.2.0](https://github.com/node-modules/utility/compare/v2.1.0...v2.2.0) (2024-12-10) diff --git a/package.json b/package.json index 01f9f0c..4affa84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utility", - "version": "2.2.0", + "version": "2.3.0", "description": "A collection of useful utilities.", "scripts": { "lint": "eslint src test --ext ts",