From c11d19a31d47461ca98e27f436e4b7dd2ec5c02b Mon Sep 17 00:00:00 2001 From: drawcall Date: Wed, 23 Feb 2022 12:01:43 +0800 Subject: [PATCH] feat: update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7fa2e39..138a933a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v6.5.1 +* Added FFExtras class, you can freely expand the graphics. +* Upgrade update function. +* add setBlur method. + ## v6.3.6 * Modify the stream rendering parallel to be reduced from 5 to 3 to improve performance. * Fix the event problem of ffcreatorcenter. diff --git a/package.json b/package.json index 107732cc..5ced5e6e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ffcreator", - "version": "6.5.1", + "version": "6.5.2", "description": "FFCreator is a lightweight and flexible short video production library", "main": "lib/index.js", "types": "types/index.d.ts",