Skip to content

Commit

Permalink
chore: release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDaddy committed Jan 22, 2024
1 parent da5078d commit 98f3cf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## [1.2.3](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.2.2...v1.2.3) (2024-01-22)


### Bug Fixes

* fontName bug (android) ([#196](https://github.com/JimmyDaddy/react-native-image-marker/issues/196)) ([83d9856](https://github.com/JimmyDaddy/react-native-image-marker/commit/83d9856c01d275fac81741f908fbb61a39e34219))
* add custom fonts to example ([da5078d](https://github.com/JimmyDaddy/react-native-image-marker/commit/da5078dcdcbb0e193d075501c1952fe5a5a7894b))


## [1.2.2](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.2.1...v1.2.2) (2024-01-01)

### Bug Fixes
Expand Down Expand Up @@ -137,4 +146,4 @@

### Features

* 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))
* 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))
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.2.2",
"version": "1.2.3",
"description": "Add text or icon watermark to your images",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 98f3cf4

Please sign in to comment.