From 606684e007d2d92a168eb13258b3c1a55156c630 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Mon, 7 Jan 2019 22:05:48 +0900 Subject: [PATCH] update change log --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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"