We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712876 commit 2e05e57Copy full SHA for 2e05e57
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.2.8](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.2.7...v3.2.8) (2020-02-18)
2
+
3
4
+### Bug Fixes
5
6
+* Fixed error removing already removed listeners ([7712876](https://github.com/Rapsssito/react-native-tcp-socket/commit/7712876bc6a61ee2efee57161f2a09dc5ff1b0a1))
7
8
## [3.2.7](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.2.6...v3.2.7) (2020-02-18)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-tcp-socket",
"title": "React Native Tcp Socket",
- "version": "3.2.7",
+ "version": "3.2.8",
"description": "React Native TCP socket API for Android & iOS",
"main": "src/index.js",
"scripts": {
0 commit comments