Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed May 19, 2024
1 parent eab69b7 commit 73ac79d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
0.3.1 / 2023-07-05
1.0.0 / 2024-19-05
==================

* GA release

0.3.1 / 2024-07-05
==================

* Fix upload for videos
* Update analytics token

0.3.0 / 2023-25-03
0.3.0 / 2024-25-03
==================

* Fix upload for Android platform
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | React Native Version |
|-------------|----------------------|
| 0.3.1 | > 0.6 |
| 1.0.0 | > 0.6 |

## Installation
### Install using your favorite package manager (yarn, npm)
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": "cloudinary-react-native",
"version": "0.3.1",
"version": "1.0.0",
"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.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 73ac79d

Please sign in to comment.