Skip to content

Commit 9955f00

Browse files
committed
chore: release 1.1.0
1 parent 2052cb4 commit 9955f00

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

22

3+
# [1.1.0](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.1.0) (2023-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* image scale ([#114](https://github.com/JimmyDaddy/react-native-image-marker/issues/114)) ([783b2ab](https://github.com/JimmyDaddy/react-native-image-marker/commit/783b2abc36586c6f6087295682a348b6c9010d17))
9+
10+
11+
### Features
12+
13+
* support multiple image watermarks ([#113](https://github.com/JimmyDaddy/react-native-image-marker/issues/113)) ([ec73482](https://github.com/JimmyDaddy/react-native-image-marker/commit/ec73482f7f2fd8518845c19a549fc589aff28445))
14+
* 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))
15+
316
## [1.0.1](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.0.1) (2023-07-29)
417

518

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.1.0",
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)