Skip to content

Commit 9a90713

Browse files
Release 2.0.1
[skip ci] ## [2.0.1](v2.0.0...v2.0.1) (2024-12-08) ### Bug Fixes * use setTimeout Promise ([#58](#58)) ([db3ce1b](db3ce1b))
1 parent db3ce1b commit 9a90713

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.0.1](https://github.com/node-modules/detect-port/compare/v2.0.0...v2.0.1) (2024-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* use setTimeout Promise ([#58](https://github.com/node-modules/detect-port/issues/58)) ([db3ce1b](https://github.com/node-modules/detect-port/commit/db3ce1bd7c29bb5e6fcb60de1bccec0ef61d306f))
9+
310
## [2.0.0](https://github.com/node-modules/detect-port/compare/v1.6.1...v2.0.0) (2024-12-08)
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": "detect-port",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Node.js implementation of port detector",
55
"keywords": [
66
"detect",

0 commit comments

Comments
 (0)