diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a4641..d4dc761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.3.0](https://github.com/mob-sakai/SoftMaskForUGUI/tree/v0.3.0) (2019-01-07) + +[Full Changelog](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.2.0...v0.3.0) + +**Implemented enhancements:** + +- Remove TMPro resources in repo [\#21](https://github.com/mob-sakai/SoftMaskForUGUI/issues/21) + +**Fixed bugs:** + +- An error occur when SoftMask is destroyed on editor [\#23](https://github.com/mob-sakai/SoftMaskForUGUI/issues/23) + ## [v0.2.0](https://github.com/mob-sakai/SoftMaskForUGUI/tree/v0.2.0) (2018-12-21) [Full Changelog](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v0.1.0...v0.2.0) diff --git a/package.json b/package.json index 52ab7b9..c6f5ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SoftMaskForUGUI", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"