Skip to content

Commit 958d2b8

Browse files
committed
Version 1.0.1
1 parent 6f5a11f commit 958d2b8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.1 / 2024-30-09
2+
==================
3+
4+
* Bump dependencies
5+
16
1.0.0 / 2024-19-05
27
==================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2323
## Version Support
2424
| SDK Version | React Native Version |
2525
|-------------|----------------------|
26-
| 1.0.0 | > 0.6 |
26+
| 1.x.x | > 0.6 |
2727

2828
## Installation
2929
### Install using your favorite package manager (yarn, npm)

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.0.0",
3+
"version": "1.0.1",
44
"description": "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)