Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.4...v4.1.0) (2020-12-05)

### Features

* Add rx timestamp to rinfo payload ([#146](#146)) ([c468a39](c468a39))
  • Loading branch information
semantic-release-bot committed Dec 5, 2020
1 parent c468a39 commit 98c7d45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.1.0](https://github.com/tradle/react-native-udp/compare/v4.0.4...v4.1.0) (2020-12-05)


### Features

* 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))

## [4.0.4](https://github.com/tradle/react-native-udp/compare/v4.0.3...v4.0.4) (2020-11-28)


Expand Down
2 changes: 1 addition & 1 deletion lib/types/UdpSocket.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class UdpSocket extends EventEmitter {
disconnect(): void;
/**
* @private
* @param {{ data: string; address: string; port: number; }} info
* @param {{ data: string; address: string; port: number; ts: number; }} info
*/
private _onReceive;
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-udp",
"version": "4.0.4",
"version": "4.1.0",
"description": "React Native UDP socket API for Android & iOS",
"homepage": "https://github.com/tradle/react-native-udp",
"main": "src/index.js",
Expand Down

0 comments on commit 98c7d45

Please sign in to comment.