Skip to content

Commit f7bfc8f

Browse files
committedJul 20, 2022
0.1.2
1 parent 62565d5 commit f7bfc8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.1.1
3+
## 0.1.2
44
fix: running on linux throws errors
55

66
## 0.1.0

‎js/seqpacket.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type NotifyCb = () => void;
77

88
/**
99
* SeqpacketServer is used to create a SOCK_SEQPACKET server.
10-
* Note that sockets of SOCK_SEQPACKET don't works on MacOS and currently SeqpacketServer doesn't work with `cluster` module, i.e. you can share a SeqpacketServer across different Node.js processes.
10+
* Note that sockets of SOCK_SEQPACKET don't works on MacOS and currently SeqpacketServer doesn't work with `cluster` module, i.e. you can't share a SeqpacketServer across different Node.js processes.
1111
*
1212
* SeqpacketServer is also an `EventEmitter` and will emit events including:
1313
*

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-unix-socket",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "js/index.js",
55
"types": "js/index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)