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 0765f0e commit e99c992Copy full SHA for e99c992
HISTORY.md
@@ -1,4 +1,10 @@
1
2
+1.1.2 / 2017-05-11
3
+==================
4
+
5
+ * fix: should double check 0.0.0.0 and localhost (#20)
6
+ * docs: ignore type of port when checking if it's occupied (#18)
7
8
# 1.1.1 / 2017-03-17
9
10
* fix: try to use next available port (#16)
package.json
@@ -1,6 +1,6 @@
{
"name": "detect-port",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "detect available port",
"keywords": [
"detect",
0 commit comments