From a1ea8785bc34d95962a5adb4f64a7b100e309049 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sun, 29 Sep 2024 17:46:35 +0000
Subject: [PATCH] chore(release): 4.10.1 [skip ci]

## [4.10.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.10.0...v4.10.1) (2024-09-29)

### Bug Fixes

* mainTex will be ignored ([2ee69d0](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/2ee69d04245fabce185f67dc9bd68c870e556564))
---
 Packages/src/CHANGELOG.md | 7 +++++++
 Packages/src/package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md
index 8b0be31..e7739fb 100644
--- a/Packages/src/CHANGELOG.md
+++ b/Packages/src/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.10.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.10.0...v4.10.1) (2024-09-29)
+
+
+### Bug Fixes
+
+* mainTex will be ignored ([2ee69d0](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/2ee69d04245fabce185f67dc9bd68c870e556564))
+
 # [4.10.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.9.1...v4.10.0) (2024-09-29)
 
 
diff --git a/Packages/src/package.json b/Packages/src/package.json
index 0d0edf9..5ad7782 100644
--- a/Packages/src/package.json
+++ b/Packages/src/package.json
@@ -2,7 +2,7 @@
   "name": "com.coffee.ui-particle",
   "displayName": "UI Particle",
   "description": "This package provides a component to render particle effects for uGUI.\nThe particle rendering is maskable and sortable, without the need for an extra Camera, RenderTexture, or Canvas.",
-  "version": "4.10.0",
+  "version": "4.10.1",
   "unity": "2018.2",
   "license": "MIT",
   "repository": {