From 3a9017547e51f382629a2c355d76ddbbf6b85d38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jan 2025 11:00:55 +0000 Subject: [PATCH] chore(release): 3.2.1 [skip ci] ## [3.2.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.0...3.2.1) (2025-01-06) ### Bug Fixes * fix SoftMask with TextMeshPro ([abe9388](https://github.com/mob-sakai/SoftMaskForUGUI/commit/abe9388c38778f5e4a47fc9a0e38c84fad3afe6f)), closes [#223](https://github.com/mob-sakai/SoftMaskForUGUI/issues/223) --- 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 2264a58..4048b2d 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.0...3.2.1) (2025-01-06) + + +### Bug Fixes + +* fix SoftMask with TextMeshPro ([abe9388](https://github.com/mob-sakai/SoftMaskForUGUI/commit/abe9388c38778f5e4a47fc9a0e38c84fad3afe6f)), closes [#223](https://github.com/mob-sakai/SoftMaskForUGUI/issues/223) + # [3.2.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.1.2...3.2.0) (2025-01-03) diff --git a/Packages/src/package.json b/Packages/src/package.json index 3fb6f18..657aa74 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.softmask-for-ugui", "displayName": "UI Soft Mask", "description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.", - "version": "3.2.0", + "version": "3.2.1", "unity": "2017.1", "license": "MIT", "repository": {