From 0b37bfeea1a4b0c73faa615e36158bcd2376c084 Mon Sep 17 00:00:00 2001 From: Takashi Sakai Date: Wed, 23 May 2018 20:38:40 +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 23b1eca..a82ecae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.3.1](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.1) (2018-05-23) + +[Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.3.0...v0.3.1) + +**Implemented enhancements:** + +- Update readme & demo [\#10](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/10) + +**Fixed bugs:** + +- Compile error has ocurred in build [\#11](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/11) + ## [v0.3.0](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.0) (2018-04-09) [Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.2.0...v0.3.0) diff --git a/package.json b/package.json index 4147272..3f6af26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShinyEffectForUGUI", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "git+https://github.com/mob-sakai/ShinyEffectForUGUI.git"