Skip to content

Commit 76f5571

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2025-12-18) ### ✨ Features * add jitter buffer ([c2b3fc5](c2b3fc5))
1 parent c2b3fc5 commit 76f5571

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.4.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.3.0...v1.4.0) (2025-12-18)
2+
3+
### ✨ Features
4+
5+
* add jitter buffer ([c2b3fc5](https://github.com/SingTown/react-native-webrtc-nitro/commit/c2b3fc542e2605c5cd0c0d30228d4b4581e9388e))
6+
17
## [1.3.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.2.3...v1.3.0) (2025-12-16)
28

39
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-webrtc-nitro",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Nitro WebRTC module for React Native",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)