Skip to content

Commit

Permalink
chore(release): 3.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.2](v3.4.1...v3.4.2) (2020-04-06)

### Bug Fixes

* Fix write() callback invoking IOException objects ([f07ee07](f07ee07)), closes [#39](#39)
  • Loading branch information
semantic-release-bot committed Apr 6, 2020
1 parent f07ee07 commit e6a3d30
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 @@
## [3.4.2](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.4.1...v3.4.2) (2020-04-06)


### Bug Fixes

* Fix write() callback invoking IOException objects ([f07ee07](https://github.com/Rapsssito/react-native-tcp-socket/commit/f07ee07b7cf85957634ebd1a7a71b65c7f7e7c77)), closes [#39](https://github.com/Rapsssito/react-native-tcp-socket/issues/39)

## [3.4.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.4.0...v3.4.1) (2020-04-05)


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": "3.4.1",
"version": "3.4.2",
"description": "React Native TCP socket API for Android & iOS",
"main": "src/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit e6a3d30

Please sign in to comment.