From b11a1d844de28b8b091522c96b7a0fbc6bff9ec1 Mon Sep 17 00:00:00 2001 From: JimmyDaddy Date: Sun, 4 Feb 2024 20:13:42 +0800 Subject: [PATCH] chore: release 1.2.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af830151..6e795854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.2.6](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.1.8...v1.2.6) (2024-02-04) + + +### Bug Fixes + +* coil load image use the original dimensions by default ([fc29a6a](https://github.com/JimmyDaddy/react-native-image-marker/commit/fc29a6ac4c55e994863bd32d8b32e7414be0d378)) + +### Other Changes + +* remove expo android ios folders and ignore it ([7cd0df2](https://github.com/JimmyDaddy/react-native-image-marker/commit/7cd0df272e516a18cacea6f4d8114ad14c36f769)) + + ## [1.2.5](https://github.com/JimmyDaddy/react-native-image-marker/compare/v1.2.4...v1.2.5) (2024-01-26) diff --git a/package.json b/package.json index 00d308df..14277962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-marker", - "version": "1.2.5", + "version": "1.2.6", "description": "Add text or icon watermark to your images", "main": "lib/commonjs/index", "module": "lib/module/index",