Skip to content

Commit 53a2cba

Browse files
committed
chore(version): bump to 1.2.1
1 parent 4a625b3 commit 53a2cba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.2.1] - 2022-10-12
5+
- Fix multiple crashes on both iOS and Android (see [#38](https://github.com/apivideo/api.video-reactnative-live-stream/issues/38), [#33](https://github.com/apivideo/api.video-reactnative-live-stream/issues/33) and [#34](https://github.com/apivideo/api.video-reactnative-live-stream/issues/34))
6+
- Stop camera capture when view is put to background (see [#23](https://github.com/apivideo/api.video-reactnative-live-stream/issues/23]))
7+
48
## [1.2.0] - 2022-08-29
59
- Camera: add support for zoom on pinch (see [#9](https://github.com/apivideo/api.video-reactnative-live-stream/issues/9)). Thanks [BlueBazze](https://github.com/BlueBazze)
610

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ PODS:
289289
- React-jsinspector (0.69.1)
290290
- React-logger (0.69.1):
291291
- glog
292-
- react-native-live-stream (1.2.0):
292+
- react-native-live-stream (1.2.1):
293293
- ApiVideoLiveStream (= 1.2.2)
294294
- React-Core
295295
- React-perflogger (0.69.1)
@@ -552,7 +552,7 @@ SPEC CHECKSUMS:
552552
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
553553
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
554554
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
555-
react-native-live-stream: e97bf8d02a56d5ec65872fc0fd5ddbbb74e10214
555+
react-native-live-stream: ceb152cc52f708e37284a945630263fef59d6116
556556
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
557557
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
558558
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api.video/react-native-livestream",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "An RTMP Library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)