Skip to content

Commit

Permalink
chore(release): 6.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.6](v6.0.5...v6.0.6) (2023-02-08)

### Bug Fixes

* **Android:** Avoid crash when writing on closed socket. ([466a5db](466a5db)), closes [#167](#167)
  • Loading branch information
semantic-release-bot committed Feb 8, 2023
1 parent 466a5db commit 6034e19
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 @@
## [6.0.6](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.5...v6.0.6) (2023-02-08)


### Bug Fixes

* **Android:** Avoid crash when writing on closed socket. ([466a5db](https://github.com/Rapsssito/react-native-tcp-socket/commit/466a5db0285f6ab688d32c81b682dd320999bbdc)), closes [#167](https://github.com/Rapsssito/react-native-tcp-socket/issues/167)

## [6.0.5](https://github.com/Rapsssito/react-native-tcp-socket/compare/v6.0.4...v6.0.5) (2023-01-30)


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": "6.0.5",
"version": "6.0.6",
"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 6034e19

Please sign in to comment.