From f438926f02f81bdee08d0725b418f941b1ac29c2 Mon Sep 17 00:00:00 2001 From: ocavue Date: Tue, 28 Nov 2023 20:18:07 +0800 Subject: [PATCH] v1.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe939812..0be94219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-tables", - "version": "1.3.4", + "version": "1.3.5", "description": "ProseMirror's rowspan/colspan tables component", "type": "module", "main": "dist/index.cjs",