Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Oct 11, 2023
1 parent 62cd030 commit a208b92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.3 / 2023-10-11
==================

* Fix signature function

0.1.2 / 2023-09-20
==================

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.1.2 | > 0.6 |
| 0.1.3 | > 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.1.2",
"version": "0.1.3",
"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 a208b92

Please sign in to comment.