Skip to content

Commit 9115b40

Browse files
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2020-09-06) ### Bug Fixes * Add backwards compatiblity with CommonJS require() ([#137](#137)) ([af36905](af36905))
1 parent af36905 commit 9115b40

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.2](https://github.com/tradle/react-native-udp/compare/v4.0.1...v4.0.2) (2020-09-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Add backwards compatiblity with CommonJS require() ([#137](https://github.com/tradle/react-native-udp/issues/137)) ([af36905](https://github.com/tradle/react-native-udp/commit/af36905bd92dbf78194f2d2d38aa531e9e2b4553))
7+
18
## [4.0.1](https://github.com/tradle/react-native-udp/compare/v4.0.0...v4.0.1) (2020-09-01)
29

310

Diff for: lib/types/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export default class UdpSockets {
1+
export default UdpSockets;
2+
declare class UdpSockets {
23
/**
34
* Creates a `UdpSockets.Socket` object. Once the socket is created, calling
45
* `socket.bind()` will instruct the socket tobegin listening for datagram

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-udp",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "React Native UDP socket API for Android & iOS",
55
"homepage": "https://github.com/tradle/react-native-udp",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)