Skip to content

Commit

Permalink
chore(release): 5.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.2](Rapsssito/react-native-tcp-socket@v5.6.1...v5.6.2) (2022-04-26)

### Bug Fixes

* **Android:** Add RN 0.65 event emitter stubs ([Rapsssito#151](Rapsssito#151)) ([8c025ef](Rapsssito@8c025ef))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 8c025ef commit 755d7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.6.2](https://github.com/Rapsssito/react-native-tcp-socket/compare/v5.6.1...v5.6.2) (2022-04-26)


### Bug Fixes

* **Android:** Add RN 0.65 event emitter stubs ([#151](https://github.com/Rapsssito/react-native-tcp-socket/issues/151)) ([8c025ef](https://github.com/Rapsssito/react-native-tcp-socket/commit/8c025ef19cc871c78b44960597ecce4cfd739c7f))

## [5.6.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v5.6.0...v5.6.1) (2022-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-tcp-socket",
"title": "React Native Tcp Socket",
"version": "5.6.1",
"version": "5.6.2",
"description": "React Native TCP socket API for Android & iOS with SSL/TLS support",
"main": "src/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit 755d7cb

Please sign in to comment.