Skip to content

Commit 6d3aa94

Browse files
authored
chore: release 1.2.3 (#200)
1 parent 6e2ad75 commit 6d3aa94

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [1.2.3](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.2.2...v1.2.3) (2024-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* add custom fonts to example ([#197](https://github.com/JimmyDaddy/react-native-image-marker/issues/197)) ([6e2ad75](https://github.com/JimmyDaddy/react-native-image-marker/commit/6e2ad75b56c8a8e23bfb181beca11b4d60213f20))
10+
311
## [1.2.2](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.2.1...v1.2.2) (2024-01-01)
412

513
### Bug Fixes
@@ -137,4 +145,4 @@
137145

138146
### Features
139147

140-
* 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))
148+
* 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))

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.2.2",
3+
"version": "1.2.3",
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)