From 94e820da417dd81fe8001ea690068aee50d77c2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Dec 2024 03:52:35 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.1.0...3.1.1) (2024-12-23) ### Bug Fixes * fix NRE ([190e149](https://github.com/mob-sakai/SoftMaskForUGUI/commit/190e149956abe33838abbc94edb7f8180f955e26)) --- 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 3f02922..aa27fa3 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.1.0...3.1.1) (2024-12-23) + + +### Bug Fixes + +* fix NRE ([190e149](https://github.com/mob-sakai/SoftMaskForUGUI/commit/190e149956abe33838abbc94edb7f8180f955e26)) + # [3.1.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.0.1...3.1.0) (2024-12-22) diff --git a/Packages/src/package.json b/Packages/src/package.json index 33a5c96..7eb8aa2 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.1.0", + "version": "3.1.1", "unity": "2017.1", "license": "MIT", "repository": {