Skip to content

Commit bf026d3

Browse files
chore(release): 6.3.1 [skip ci]
## [6.3.1](v6.3.0...v6.3.1) (2026-01-03) ### Bug Fixes * **Android:** prevent NullPointerException in TcpReceiverTask ([#227](#227)) ([27203eb](27203eb))
1 parent 8deb54e commit bf026d3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.3.0...v6.3.1) (2026-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** prevent NullPointerException in TcpReceiverTask ([#227](https://github.com/Rapsssito/react-native-tcp-socket/issues/227)) ([27203eb](https://github.com/Rapsssito/react-native-tcp-socket/commit/27203ebc4d9e57ad47de0752660e3dc5aa8e7389))
7+
18
# [6.3.0](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.2.0...v6.3.0) (2025-04-23)
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": "6.3.0",
4+
"version": "6.3.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)