diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcfa51..0e431db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.4.1...1.4.2) (2023-10-25) + + +### Bug Fixes + +* UnmaskRaycastFilter not working anymore ([14ab505](https://github.com/mob-sakai/UnmaskForUGUI/commit/14ab505fbfaf1103bbb1869d0e42817bf8830ced)), closes [#29](https://github.com/mob-sakai/UnmaskForUGUI/issues/29) + ## [1.4.1](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.4.0...1.4.1) (2023-03-14) diff --git a/package.json b/package.json index e8264c8..fd9322f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.unmask", "displayName": "UI Unmask", "description": "Reverse mask for uGUI element in Unity.", - "version": "1.4.1", + "version": "1.4.2", "unity": "2017.1", "license": "MIT", "repository": {