Skip to content

Commit

Permalink
chore(version): bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Mar 27, 2023
1 parent a565fd6 commit 0c3eb2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All changes to this project will be documented in this file.

## [1.2.4] - 2023-03-27
- Android: call `onConnectionFailed` when `connectStream` failed to be sent
- iOS: add `audiosamplerate` in `onMetadata` (see [#51](https://github.com/apivideo/api.video-reactnative-live-stream/issues/51))
- iOS: mirror front camera (see [#58](https://github.com/apivideo/api.video-reactnative-live-stream/issues/58))

## [1.2.3] - 2023-01-23
- iOS: fix the orientation of the device

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ PODS:
- React-jsinspector (0.69.1)
- React-logger (0.69.1):
- glog
- react-native-live-stream (1.2.3):
- react-native-live-stream (1.2.4):
- ApiVideoLiveStream (= 1.3.4)
- React-Core
- React-perflogger (0.69.1)
Expand Down Expand Up @@ -552,7 +552,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-live-stream: 3f56bee1a1cdeb69b9a4bf3f7e6ff51fb120d456
react-native-live-stream: 5f45258b0c338139bd84e76e3f14c772ffb4f8c9
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api.video/react-native-livestream",
"version": "1.2.3",
"version": "1.2.4",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 0c3eb2e

Please sign in to comment.