From fd4a3f2f078e613c9602b4312bfd06c56f2d88c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Aug 2020 07:49:56 +0000 Subject: [PATCH] chore(release): 3.0.0-preview.20 [skip ci] --- Packages/UIParticle/CHANGELOG.md | 7 +++++++ Packages/UIParticle/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Packages/UIParticle/CHANGELOG.md b/Packages/UIParticle/CHANGELOG.md index 0b48a02..d159ce3 100644 --- a/Packages/UIParticle/CHANGELOG.md +++ b/Packages/UIParticle/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.0.0-preview.20](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.19...v3.0.0-preview.20) (2020-08-28) + + +### Features + +* automatically update ([96a868b](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/96a868b60a3f36d761d58b5082aa9d37666e63a3)) + # [3.0.0-preview.19](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.18...v3.0.0-preview.19) (2020-08-28) diff --git a/Packages/UIParticle/package.json b/Packages/UIParticle/package.json index ca188cd..8c58b82 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.19", + "version": "3.0.0-preview.20", "unity": "2018.2", "license": "MIT", "repository": {