Skip to content

Commit 859a480

Browse files
chore(release): 4.5.3 [skip ci]
## [4.5.3](v4.5.2...v4.5.3) (2020-10-02) ### Bug Fixes * **Android:** Report correct port, even when automatically allocated ([#82](#82)) ([6cae377](6cae377))
1 parent 6cae377 commit 859a480

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.5.3](https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.5.2...v4.5.3) (2020-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** Report correct port, even when automatically allocated ([#82](https://github.com/Rapsssito/react-native-tcp-socket/issues/82)) ([6cae377](https://github.com/Rapsssito/react-native-tcp-socket/commit/6cae377eb25cd6539f479760e31e37363fb9c060))
7+
18
## [4.5.2](https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.5.1...v4.5.2) (2020-10-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-tcp-socket",
33
"title": "React Native Tcp Socket",
4-
"version": "4.5.2",
4+
"version": "4.5.3",
55
"description": "React Native TCP socket API for Android & iOS with SSL/TLS support",
66
"main": "src/index.js",
77
"types": "lib/types/index.d.ts",

0 commit comments

Comments
 (0)