diff --git a/Packages/UIParticle/CHANGELOG.md b/Packages/UIParticle/CHANGELOG.md index 07c48ca..6a1d1c9 100644 --- a/Packages/UIParticle/CHANGELOG.md +++ b/Packages/UIParticle/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.0.0-preview.13](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.12...v3.0.0-preview.13) (2020-08-11) + + +### Bug Fixes + +* Added CanvasRenderer as a required component ([a8950f6](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/a8950f65c817be04b0be222c9728c716fdd7c658)) +* inspector is broken in Unity 2020.1 ([26c5395](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/26c5395a45ff00e99e46ee4aae85c51df6c3641f)) + + +### Features + +* update OSC to 1.0.0-preview.25 ([22e116e](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/22e116e11d3b8cf13b941e9a02a0ffce24e3e99f)) + # [3.0.0-preview.12](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.11...v3.0.0-preview.12) (2020-08-11) diff --git a/Packages/UIParticle/package.json b/Packages/UIParticle/package.json index f6b331a..07e08fc 100644 --- a/Packages/UIParticle/package.json +++ b/Packages/UIParticle/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.ui-particle", "displayName": "UI Particle", "description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.", - "version": "3.0.0-preview.12", + "version": "3.0.0-preview.13", "unity": "2018.2", "license": "MIT", "repository": {