Skip to content

Commit 14782ac

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-12-09) ### ✨ Features * add 3rdparty ([5ebfbfe](5ebfbfe)) * add FFmpeg ([289ef04](289ef04)) * add FramePipe, getMockMeida, MediaStream, MediaStreamTrack, WebrtcView, RTCPeerConnection, RTCRtpTransceiver ([20c6fbd](20c6fbd)) * add Microphone, Camera ([0fc303f](0fc303f)) * add nitrogen ([8c763da](8c763da)) ### 🐛 Bug Fixes * remove old architecture in cicd ([3902bb6](3902bb6)) ### 🛠️ Other changes * release npm ([c202416](c202416)) * update dependency ([1377c86](1377c86))
1 parent c202416 commit 14782ac

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 1.0.0 (2025-12-09)
2+
3+
### ✨ Features
4+
5+
* add 3rdparty ([5ebfbfe](https://github.com/SingTown/react-native-webrtc-nitro/commit/5ebfbfe972b540a7b5a2430a69e88695b9940b8e))
6+
* add FFmpeg ([289ef04](https://github.com/SingTown/react-native-webrtc-nitro/commit/289ef043c599942f29de2d311d0397079014aaae))
7+
* add FramePipe, getMockMeida, MediaStream, MediaStreamTrack, WebrtcView, RTCPeerConnection, RTCRtpTransceiver ([20c6fbd](https://github.com/SingTown/react-native-webrtc-nitro/commit/20c6fbd27a6a662dd6a8ab99f5af019dc46b6ba3))
8+
* add Microphone, Camera ([0fc303f](https://github.com/SingTown/react-native-webrtc-nitro/commit/0fc303fc735d1adb43c84228a01748d36cd4bd94))
9+
* add nitrogen ([8c763da](https://github.com/SingTown/react-native-webrtc-nitro/commit/8c763daf84a6dab06f5e74b15148ce4d419604d7))
10+
11+
### 🐛 Bug Fixes
12+
13+
* remove old architecture in cicd ([3902bb6](https://github.com/SingTown/react-native-webrtc-nitro/commit/3902bb6f72ccd84a54830d695c2a55438070823a))
14+
15+
### 🛠️ Other changes
16+
17+
* release npm ([c202416](https://github.com/SingTown/react-native-webrtc-nitro/commit/c202416bdbad38a54a50f65f458f6eb1453934b4))
18+
* update dependency ([1377c86](https://github.com/SingTown/react-native-webrtc-nitro/commit/1377c862ba805c8779fd08060ba4911db4f463dc))

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-webrtc-nitro",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Nitro WebRTC module for React Native",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -120,5 +120,8 @@
120120
}
121121
]
122122
]
123-
}
124-
}
123+
},
124+
"workspaces": [
125+
"example"
126+
]
127+
}

0 commit comments

Comments
 (0)