Skip to content

Commit 801fff2

Browse files
committed
chore: release 1.0.2
1 parent 6817004 commit 801fff2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.0.2](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.0.2) (2023-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* iOS image scale adapt to android ([6817004](https://github.com/JimmyDaddy/react-native-image-marker/commit/6817004661c340612fcf875954abbf6edf6b7d6d))
9+
10+
11+
### Features
12+
13+
* support multiple text and more style options ([#104](https://github.com/JimmyDaddy/react-native-image-marker/issues/104)) ([0b91cd4](https://github.com/JimmyDaddy/react-native-image-marker/commit/0b91cd4baaf2f664f908483b225509e443f9bae7))
14+
315
## [1.0.1](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.0.1) (2023-07-29)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-marker",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Add text or icon watermark to your images",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)