We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b3fc5 commit 76f5571Copy full SHA for 76f5571
CHANGELOG.md
@@ -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
7
## [1.3.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.2.3...v1.3.0) (2025-12-16)
8
9
### ✨ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-webrtc-nitro",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Nitro WebRTC module for React Native",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
0 commit comments