diff --git a/Packages/SoftMaskForUGUI/CHANGELOG.md b/Packages/SoftMaskForUGUI/CHANGELOG.md index 43294c9..76a46c4 100644 --- a/Packages/SoftMaskForUGUI/CHANGELOG.md +++ b/Packages/SoftMaskForUGUI/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.10.0-preview.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.1...v0.10.0-preview.2) (2020-05-03) + + +### Bug Fixes + +* visual bug with ScreenSpaceCamera canvas on editor ([482b967](https://github.com/mob-sakai/SoftMaskForUGUI/commit/482b96709b9dce680e48214df26c81b7e963dc09)), closes [#78](https://github.com/mob-sakai/SoftMaskForUGUI/issues/78) + # [0.10.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.9.1...v0.10.0-preview.1) (2020-05-01) diff --git a/Packages/SoftMaskForUGUI/package.json b/Packages/SoftMaskForUGUI/package.json index 035798d..7fa49d9 100644 --- a/Packages/SoftMaskForUGUI/package.json +++ b/Packages/SoftMaskForUGUI/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": "0.10.0-preview.1", + "version": "0.10.0-preview.2", "unity": "2017.1", "license": "MIT", "repository": {