We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3ce1b commit 9a90713Copy full SHA for 9a90713
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [2.0.0](https://github.com/node-modules/detect-port/compare/v1.6.1...v2.0.0) (2024-12-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "detect-port",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Node.js implementation of port detector",
"keywords": [
"detect",
0 commit comments