Skip to content

Commit

Permalink
chore: release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDaddy committed Sep 5, 2023
1 parent bea81ab commit 3f770f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [1.1.1](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.1.1) (2023-09-05)


### Bug Fixes

* android api level compatible setting and docs ([#117](https://github.com/JimmyDaddy/react-native-image-marker/issues/117)) ([bea81ab](https://github.com/JimmyDaddy/react-native-image-marker/commit/bea81abda1355b7633a2e107f2e0a4e4237d3746))
* image scale ([#114](https://github.com/JimmyDaddy/react-native-image-marker/issues/114)) ([783b2ab](https://github.com/JimmyDaddy/react-native-image-marker/commit/783b2abc36586c6f6087295682a348b6c9010d17))


### Features

* 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))
* 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))

# [1.1.0](https://github.com/JimmyDaddy/react-native-image-marker/compare/v0.9.2...v1.1.0) (2023-07-31)


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": "react-native-image-marker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Add text or icon watermark to your images",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 3f770f8

Please sign in to comment.