Skip to content

Commit

Permalink
chore(release): 3.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1](v3.5.0...v3.5.1) (2020-05-07)

### Bug Fixes

* **Android:** Remove use of AsyncTask.THREAD_POOL_EXECUTOR ([#46](#46)) ([6372a8e](6372a8e))
  • Loading branch information
semantic-release-bot committed May 7, 2020
1 parent 6372a8e commit e8f4105
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.5.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.5.0...v3.5.1) (2020-05-07)


### Bug Fixes

* **Android:** Remove use of AsyncTask.THREAD_POOL_EXECUTOR ([#46](https://github.com/Rapsssito/react-native-tcp-socket/issues/46)) ([6372a8e](https://github.com/Rapsssito/react-native-tcp-socket/commit/6372a8e7ea567b9606c72ff4d93bebb471bbe602))

# [3.5.0](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.4.2...v3.5.0) (2020-04-08)


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.5.0",
"version": "3.5.1",
"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 e8f4105

Please sign in to comment.