We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ce7c6 commit 1dda624Copy full SHA for 1dda624
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.1.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.0.0...v1.1.0) (2025-12-09)
2
+
3
+### ✨ Features
4
5
+* add MediaRecorder ([e4ce7c6](https://github.com/SingTown/react-native-webrtc-nitro/commit/e4ce7c6d5d2177943b25af2843ffbbe5d68c3400))
6
7
## 1.0.0 (2025-12-09)
8
9
### ✨ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-webrtc-nitro",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Nitro WebRTC module for React Native",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
0 commit comments