Skip to content

Commit 848cbd7

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2025-12-10) ### ✨ Features * add Permissions api ([22671d6](22671d6)) ### 🛠️ Other changes * bump dependencies ([67c7617](67c7617)) * **deps:** bump concurrent-ruby from 1.3.3 to 1.3.5 in /example ([8ac096c](8ac096c)) * **deps:** bump xcodeproj from 1.25.1 to 1.27.0 in /example ([4030223](4030223)) * fix react-native version ([7cbab42](7cbab42)) * update actions version ([4982132](4982132))
1 parent 7cbab42 commit 848cbd7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.2.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.1.0...v1.2.0) (2025-12-10)
2+
3+
### ✨ Features
4+
5+
* add Permissions api ([22671d6](https://github.com/SingTown/react-native-webrtc-nitro/commit/22671d67751e74c043da4c7a9ad67e7f4dd97c36))
6+
7+
### 🛠️ Other changes
8+
9+
* bump dependencies ([67c7617](https://github.com/SingTown/react-native-webrtc-nitro/commit/67c76175d526658fbf77ce58cdade044acfb24e0))
10+
* **deps:** bump concurrent-ruby from 1.3.3 to 1.3.5 in /example ([8ac096c](https://github.com/SingTown/react-native-webrtc-nitro/commit/8ac096cdba18b16ecf5aabc150d955a13147664f))
11+
* **deps:** bump xcodeproj from 1.25.1 to 1.27.0 in /example ([4030223](https://github.com/SingTown/react-native-webrtc-nitro/commit/403022346483507a498b464a66874623805b0f33))
12+
* fix react-native version ([7cbab42](https://github.com/SingTown/react-native-webrtc-nitro/commit/7cbab423eb8b0b98444d5349438374ba648c7007))
13+
* update actions version ([4982132](https://github.com/SingTown/react-native-webrtc-nitro/commit/49821329acf40756270c4dc14aaa03a88fadd3a5))
14+
115
## [1.1.0](https://github.com/SingTown/react-native-webrtc-nitro/compare/v1.0.0...v1.1.0) (2025-12-09)
216

317
### ✨ 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.1.0",
3+
"version": "1.2.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)