Skip to content

Commit edfb9c7

Browse files
chore(release): 4.5.1 [skip ci]
## [4.5.1](v4.5.0...v4.5.1) (2020-09-12) ### Bug Fixes * Fix TCPServer documentation ([d0dcd5b](d0dcd5b)), closes [#79](#79) [#57](#57)
1 parent d0dcd5b commit edfb9c7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.5.1](https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.5.0...v4.5.1) (2020-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix TCPServer documentation ([d0dcd5b](https://github.com/Rapsssito/react-native-tcp-socket/commit/d0dcd5b29d2aa382441d88be52e7b8f9d1c21d26)), closes [#79](https://github.com/Rapsssito/react-native-tcp-socket/issues/79) [#57](https://github.com/Rapsssito/react-native-tcp-socket/issues/57)
7+
18
# [4.5.0](https://github.com/Rapsssito/react-native-tcp-socket/compare/v4.4.0...v4.5.0) (2020-08-30)
29

310

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-tcp-socket",
33
"title": "React Native Tcp Socket",
4-
"version": "4.5.0",
4+
"version": "4.5.1",
55
"description": "React Native TCP socket API for Android & iOS with SSL/TLS support",
66
"main": "src/index.js",
77
"types": "lib/types/index.d.ts",
@@ -42,8 +42,8 @@
4242
"react-native-library"
4343
],
4444
"funding": {
45-
"type" : "individual",
46-
"url" : "https://github.com/sponsors/Rapsssito"
45+
"type": "individual",
46+
"url": "https://github.com/sponsors/Rapsssito"
4747
},
4848
"author": {
4949
"name": "Rapsssito",

0 commit comments

Comments
 (0)