Skip to content

Commit

Permalink
chore(version): bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 11, 2024
1 parent f60e286 commit 872472b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
label: Version
description: What version are you using?
options:
- v2.0.1
- v2.0.0
- v1.2.3
- v1.2.2
Expand Down
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.

## [2.0.1] - 2024-07-15
- Fix definition types. Thanks @Pitros. See [#77](https://github.com/apivideo/api.video-reactnative-live-stream/pull/77)
- Fix NPE on audio processor. See [#82](https://github.com/apivideo/api.video-reactnative-live-stream/issues/82)
- Fix crash on multiple release/configure. See [#84](https://github.com/apivideo/api.video-reactnative-live-stream/issues/84)

## [2.0.0] - 2024-05-02
`LiveStreamView` has been renamed `ApiVideoLiveStreamView`
`LiveStreamMethods` has been renamed `ApiVideoLiveStreamMethods`
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ PODS:
- React-Mapbuffer (0.73.8):
- glog
- React-debug
- react-native-livestream (2.0.0):
- react-native-livestream (2.0.1):
- ApiVideoLiveStream (= 1.4.4)
- glog
- RCT-Folly (= 2022.05.16.00)
Expand Down Expand Up @@ -1370,7 +1370,7 @@ SPEC CHECKSUMS:
React-jsinspector: 1729acf5ffe2d4439d698da25fddf0c75d07d1a1
React-logger: 60afd40b183e8e6642bfd0108f1a1ad360cc665e
React-Mapbuffer: 672a9342eb75a4d0663306e94d4dfc88aee73b93
react-native-livestream: a7168b0caf29fce01d5cdc94c968124c1d3658e8
react-native-livestream: 380e7cae2194671e348a7d09f6faa7b6cb73efae
React-nativeconfig: 2e44d0d2dd222b12a5183f4bcaa4a91881497acb
React-NativeModulesApple: 8aa032fe6c92c1a3c63e4809d42816284a56a9b0
React-perflogger: f9367428cf475f4606b5965c1d5a71781bb95299
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": "2.0.0",
"version": "2.0.1",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 872472b

Please sign in to comment.