Skip to content

Commit ce86422

Browse files
committed
fix #129 1.4.7
1 parent 0ab478d commit ce86422

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/NPM_PUBLISH_VERSION.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ lerna version [bump]
77
'major', 'minor', 'patch', 'premajor', 'preminor', 'prepatch', or 'prerelease'.
88
```
99

10-
1.4.5
11-
force
10+
1.4.7

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
#### 1.4.7
3+
4+
fix #129 https://github.com/node-pinus/pinus/issues/129
5+
6+
#### 1.4.6
7+
8+
revert 1.4.5 -> 1
9+
revert 1.4.5 -> 3
210

311
#### 1.4.5
412

packages/pinus/lib/connectors/sioconnector.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let PKG_HEAD_BYTES = PKG_ID_BYTES + PKG_ROUTE_LENGTH_BYTES;
1313
let curId = 1;
1414

1515

16-
export interface SIOConnectorOptions {
16+
export interface SIOConnectorOptions extends socket_io.ServerOptions{
1717
/**
1818
* The path to server the client file to
1919
* @default '/socket.io'

0 commit comments

Comments
 (0)