Skip to content

Commit 7e2a11a

Browse files
author
ThibaultBee
committed
chore(version): bump to 1.1.2
1 parent e9769f1 commit 7e2a11a

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.1.2] - 2022-08-08
5+
- Android: multiple fixes on RTMP stream
6+
- iOS: fix start up camera (see [#26](https://github.com/apivideo/api.video-reactnative-live-stream/issues/26))
7+
48
## [1.1.1] - 2022-06-28
59
- Android: disconnect after a `stopStream`.
610
- Android: fix streams after a `stopPreview` call.

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.1.1):
292+
- react-native-live-stream (1.1.2):
293293
- ApiVideoLiveStream (= 1.0.0)
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: a7f4b16d9a25f56d22cb763862f783986cb47670
555+
react-native-live-stream: c47795aa34f1b29e7992fa568b9b2f7705047bdb
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.1.1",
3+
"version": "1.1.2",
44
"description": "An RTMP Library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)