Skip to content

Commit 8990fb0

Browse files
chore(release): 5.2.1 [skip ci]
## [5.2.1](v5.2.0...v5.2.1) (2021-06-09) ### Bug Fixes * **Android:** Fix remoteAddress not returning IP ([#111](#111)) ([cd3759a](cd3759a))
1 parent cd3759a commit 8990fb0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.2.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v5.2.0...v5.2.1) (2021-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** Fix remoteAddress not returning IP ([#111](https://github.com/Rapsssito/react-native-tcp-socket/issues/111)) ([cd3759a](https://github.com/Rapsssito/react-native-tcp-socket/commit/cd3759a908e5c42b8e92dde97324a7b9c07bc90b))
7+
18
# [5.2.0](https://github.com/Rapsssito/react-native-tcp-socket/compare/v5.1.0...v5.2.0) (2021-03-12)
29

310

package.json

+1-1
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": "5.2.0",
4+
"version": "5.2.1",
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)