From 52dba4928c3c8bd3c2dd4bcb39d2755458eeedbd Mon Sep 17 00:00:00 2001 From: Kagol Date: Mon, 11 Nov 2024 17:19:00 +0800 Subject: [PATCH] chore: release v3.22.0 --- packages/fluent-editor/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fluent-editor/package.json b/packages/fluent-editor/package.json index cfdb609..0033e6d 100644 --- a/packages/fluent-editor/package.json +++ b/packages/fluent-editor/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/fluent-editor", - "version": "3.21.0", + "version": "3.22.0", "description": "A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.", "author": "OpenTiny Team", "license": "MIT", @@ -53,4 +53,4 @@ "vite": "^5.0.0", "vite-plugin-dts": "^4.3.0" } -} \ No newline at end of file +}