From 154a04c022c34a6dafa2c04e3dd67f4e982c00bc Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 23 May 2024 08:50:10 +0000
Subject: [PATCH] chore(release): 4.6.5 [skip ci]

## [4.6.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.4...v4.6.5) (2024-05-23)

### Bug Fixes

* update workflows (for preview and v4) ([3eab097](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/3eab0979b9b85919b804442ab05735b7120eade5))
---
 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 3b9e01a..03d2f4c 100644
--- a/Packages/src/CHANGELOG.md
+++ b/Packages/src/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.6.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.4...v4.6.5) (2024-05-23)
+
+
+### Bug Fixes
+
+* update workflows (for preview and v4) ([3eab097](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/3eab0979b9b85919b804442ab05735b7120eade5))
+
 ## [4.6.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.3...v4.6.4) (2024-05-22)
 
 
diff --git a/Packages/src/package.json b/Packages/src/package.json
index 9e9539b..6683032 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.6.4",
+  "version": "4.6.5",
   "unity": "2018.2",
   "license": "MIT",
   "repository": {