From 65c9af66e441c131e7cd317f47164681dccc9c33 Mon Sep 17 00:00:00 2001 From: drawcall Date: Fri, 27 Aug 2021 20:57:02 +0800 Subject: [PATCH] feat: update changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c04d798..0174eb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v4.0.1 +* No other reason, because of a user. Thank him https://github.com/tnfe/FFCreator/issues/87 + ## v3.6.2 * Upgrade [inkpaint](https://github.com/drawcall/inkpaint) rendering engine, double the rendering speed. diff --git a/package.json b/package.json index f10ffda8..bcaed3bf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ffcreator", - "version": "3.6.2", + "version": "4.0.1", "description": "FFCreator is a lightweight and flexible short video production library", "main": "lib/index.js", "scripts": {