Skip to content

Commit f9aa320

Browse files
chore(release): 3.2.6 [skip ci]
## [3.2.6](v3.2.5...v3.2.6) (2020-02-11) ### Bug Fixes * Fixed sockets concurrent events not firing ([1b8c574](1b8c574))
1 parent 1b8c574 commit f9aa320

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+
## [3.2.6](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.2.5...v3.2.6) (2020-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed sockets concurrent events not firing ([1b8c574](https://github.com/Rapsssito/react-native-tcp-socket/commit/1b8c57455419ccc2b606101b16af56fc6fbb1162))
7+
18
## [3.2.5](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.2.4...v3.2.5) (2020-02-05)
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": "3.2.5",
4+
"version": "3.2.6",
55
"description": "React Native TCP socket API for Android & iOS",
66
"main": "src/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)