diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index 17f7b98..3d56964 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.6](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.5...v2.4.6) (2024-11-22) + + +### Bug Fixes + +* build AssetBundle error ([005a91d](https://github.com/mob-sakai/SoftMaskForUGUI/commit/005a91d493da9c8677b469b39dac4f45111ce841)), closes [#213](https://github.com/mob-sakai/SoftMaskForUGUI/issues/213) + ## [2.4.5](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.4...v2.4.5) (2024-11-17) diff --git a/Packages/src/package.json b/Packages/src/package.json index c0b601b..c8adfbb 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": "2.4.5", + "version": "2.4.6", "unity": "2017.1", "license": "MIT", "repository": {