diff --git a/CHANGELOG.md b/CHANGELOG.md index a639be5..39bd2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.1 / 2024-30-09 +================== + +* Bump dependencies + 1.0.0 / 2024-19-05 ================== diff --git a/README.md b/README.md index 0da732b..13255ae 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | React Native Version | |-------------|----------------------| -| 1.0.0 | > 0.6 | +| 1.x.x | > 0.6 | ## Installation ### Install using your favorite package manager (yarn, npm) diff --git a/package.json b/package.json index 910a1d8..c6b0db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-react-native", - "version": "1.0.0", + "version": "1.0.1", "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",