diff --git a/Packages/SoftMaskForUGUI/CHANGELOG.md b/Packages/SoftMaskForUGUI/CHANGELOG.md index 71d0168..ef1c75e 100644 --- a/Packages/SoftMaskForUGUI/CHANGELOG.md +++ b/Packages/SoftMaskForUGUI/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-preview.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v1.0.0-preview.1...v1.0.0-preview.2) (2020-05-13) + + +### Bug Fixes + +* compile error ([56b1791](https://github.com/mob-sakai/SoftMaskForUGUI/commit/56b1791bd3995ba387b1dc866ea68325b56a8830)), closes [#87](https://github.com/mob-sakai/SoftMaskForUGUI/issues/87) + # [1.0.0-preview.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.10.0-preview.3...v1.0.0-preview.1) (2020-05-11) diff --git a/Packages/SoftMaskForUGUI/package.json b/Packages/SoftMaskForUGUI/package.json index 26669a4..0dde190 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": "1.0.0-preview.1", + "version": "1.0.0-preview.2", "unity": "2017.1", "license": "MIT", "repository": {