Skip to content

Commit cf92820

Browse files
committed
Version 1.3.0
1 parent 88be10e commit cf92820

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.2.1/ 2025-16-09
1+
1.3.0 / 2025-16-10
2+
==================
3+
4+
* Add video layer
5+
6+
1.2.1 / 2025-16-09
27
=================
38

49
* Fix dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2424
| SDK Version | React Native Version | Expo SDK Version | Video Library |
2525
|---------------|----------------------|---------------|---------|
2626
| 1.0.0 - 1.1.0 | >= 0.72 | 50 | expo-av |
27-
| 1.2.x | >= 0.72 | 50-53 | expo-av / expo-video |
27+
| 1.2.x > | >= 0.72 | 50-53 | expo-av / expo-video |
2828

2929
## Installation
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react-native",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Cloudinary React Native SDK: upload, transform, and deliver images and videos through Cloudinary's media pipeline.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)