From 5a305705f84549e50223d897bb95495edd78bf1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jul 2026 05:55:31 +0000 Subject: [PATCH] chore(release): 4.13.3 [skip ci] ## [4.13.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.13.2...v4.13.3) (2026-07-04) ### Bug Fixes * fix mesh copying ([da49a93](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/da49a931e3c43f8988e29700c44cbff802bef641)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a63e4..36412a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.13.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.13.2...v4.13.3) (2026-07-04) + + +### Bug Fixes + +* fix mesh copying ([da49a93](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/da49a931e3c43f8988e29700c44cbff802bef641)) + ## [4.13.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.13.1...v4.13.2) (2026-06-29) diff --git a/package.json b/package.json index 6f6f183..4af622d 100644 --- a/package.json +++ b/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.13.2", + "version": "4.13.3", "unity": "2018.2", "license": "MIT", "repository": {