Skip to content

Commit

Permalink
chore(version): bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed May 9, 2022
1 parent 1701021 commit 6ce902b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All changes to this project will be documented in this file.

## [1.1.0] - 2022-05-10
- Fix connection callbacks on Android and iOS
- Add default parameters
- Add a way to set video bitrate during a live streaming
- iOS only: stop preview and streaming when going to background
- Move internal Android RTMP library to [StreamPack](https://github.com/ThibaultBee/StreamPack)

## [1.0.0] - 2022-03-22
- Update sample app
- Update README
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ PODS:
- React-jsinspector (0.68.1)
- React-logger (0.68.1):
- glog
- react-native-live-stream (1.0.0):
- react-native-live-stream (1.1.0):
- ApiVideoLiveStream (= 0.2.1)
- React-Core
- React-perflogger (0.68.1)
Expand Down Expand Up @@ -545,7 +545,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c
React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019
React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8
react-native-live-stream: 3eb7cfadf6b0d916f57149703a969f6adba6c4bf
react-native-live-stream: dbfcc4e7249eea03f92af1c567bba653ea3ff574
React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5
React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201
React-RCTAnimation: d6237386cb04500889877845b3e9e9291146bc2e
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api.video/react-native-livestream",
"version": "1.0.0",
"description": "An RTMP Library from Api.video",
"version": "1.1.0",
"description": "An RTMP Library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 6ce902b

Please sign in to comment.