We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb5b0a commit cbc4b26Copy full SHA for cbc4b26
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
All changes to this project will be documented in this file.
3
4
+## [1.3.1] - 2025-01-07
5
+- Fix Video class members nullability
6
+
7
## [1.3.0] - 2024-11-05
8
- Upgrade to RN 0.76
9
- Fix types definition path
package.json
@@ -1,6 +1,6 @@
{
"name": "@api.video/react-native-video-uploader",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "The official React Native video uploader for api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments