From 67371611fa9964c20d7d8be741f88ea8b3c24900 Mon Sep 17 00:00:00 2001 From: ocavue Date: Thu, 29 Feb 2024 17:20:46 +0800 Subject: [PATCH] chore: release v1.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bac99fd..8f0ba5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-tables", - "version": "1.3.6", + "version": "1.3.7", "description": "ProseMirror's rowspan/colspan tables component", "type": "module", "main": "dist/index.cjs",