diff --git a/CHANGELOG.md b/CHANGELOG.md index 8554d34..8bcfa51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.4.0...1.4.1) (2023-03-14) + + +### Bug Fixes + +* Fixed error when executing menu item ([9f0afa1](https://github.com/mob-sakai/UnmaskForUGUI/commit/9f0afa19a46bc7b718a80142b02e33ade67fa3b4)), closes [#27](https://github.com/mob-sakai/UnmaskForUGUI/issues/27) + # [1.4.0](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.3.0...1.4.0) (2022-02-17) diff --git a/package.json b/package.json index a822587..e8264c8 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.0", + "version": "1.4.1", "unity": "2017.1", "license": "MIT", "repository": {