Skip to content

Commit

Permalink
chore(release): 6.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.2](v6.0.1...v6.0.2) (2022-09-30)

### Bug Fixes

* Remove `timeout` from connection parameters ([16fea0b](16fea0b))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 16fea0b commit 7527e90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.2](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.1...v6.0.2) (2022-09-30)


### Bug Fixes

* Remove `timeout` from connection parameters ([16fea0b](https://github.com/Rapsssito/react-native-tcp-socket/commit/16fea0bea42274e88122d2fa70c7d29de1df8632))

## [6.0.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.0...v6.0.1) (2022-08-22)


Expand Down
2 changes: 1 addition & 1 deletion coverage/coverage-final.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions lib/types/Socket.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* @typedef {{
* port: number;
* host?: string;
* timeout?: number,
* localAddress?: string,
* localPort?: number,
* interface?: 'wifi' | 'cellular' | 'ethernet',
Expand Down Expand Up @@ -248,7 +247,6 @@ export type NativeConnectionInfo = {
export type ConnectionOptions = {
port: number;
host?: string | undefined;
timeout?: number | undefined;
localAddress?: string | undefined;
localPort?: number | undefined;
interface?: "wifi" | "cellular" | "ethernet" | undefined;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-tcp-socket",
"title": "React Native Tcp Socket",
"version": "6.0.1",
"version": "6.0.2",
"description": "React Native TCP socket API for Android & iOS with SSL/TLS support",
"main": "src/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit 7527e90

Please sign in to comment.