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 8cbf10f commit 41ff787Copy full SHA for 41ff787
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.2.5
4
+fix: close the socket if connecting failed
5
+
6
## 0.2.4
7
fix: fix wrong package name
8
package.json
@@ -1,6 +1,6 @@
{
"name": "node-unix-socket",
- "version": "0.2.4",
+ "version": "0.2.5",
"main": "js/index.js",
"types": "js/index.d.ts",
"author": {
0 commit comments