Skip to content

Commit 98c7d45

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.4...v4.1.0) (2020-12-05) ### Features * Add rx timestamp to rinfo payload ([#146](#146)) ([c468a39](c468a39))
1 parent c468a39 commit 98c7d45

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/tradle/react-native-udp/compare/v4.0.4...v4.1.0) (2020-12-05)
2+
3+
4+
### Features
5+
6+
* Add rx timestamp to rinfo payload ([#146](https://github.com/tradle/react-native-udp/issues/146)) ([c468a39](https://github.com/tradle/react-native-udp/commit/c468a3942b7637302b33cf9946f2e89818ea70fb))
7+
18
## [4.0.4](https://github.com/tradle/react-native-udp/compare/v4.0.3...v4.0.4) (2020-11-28)
29

310

lib/types/UdpSocket.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class UdpSocket extends EventEmitter {
6868
disconnect(): void;
6969
/**
7070
* @private
71-
* @param {{ data: string; address: string; port: number; }} info
71+
* @param {{ data: string; address: string; port: number; ts: number; }} info
7272
*/
7373
private _onReceive;
7474
/**

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.4",
3+
"version": "4.1.0",
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)