Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jun 12, 2023
1 parent df66dd9 commit 4729d53
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.0.2 / 2023-06-12
==================

* Add analytics token

0.0.1 / 2023-05-08
==================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | React Native Version |
|-------------|----------------------|
| 0.0.1 | > 0.6 |
| 0.0.2 | > 0.6 |

## Installation
### Install using your favorite package manager (yarn, npm)
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/analytics.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SDKAnalyticsConstants } from '../internal/SDKAnalyticsConstants';
import { Platform, Image } from 'react-native';
import { Image } from 'react-native';
import AdvancedImage from '../AdvancedImage';
import { CloudinaryImage } from '@cloudinary/url-gen/assets/CloudinaryImage';
import { render } from '@testing-library/react-native';
Expand Down

0 comments on commit 4729d53

Please sign in to comment.