From f9be36af82296512aa1bdc927e51a1739028ccb6 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Thu, 5 Sep 2024 12:46:09 +0530 Subject: [PATCH] chore: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aab8794..a9ffc88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/prosemirror-schema", - "version": "1.0.13", + "version": "1.0.14", "description": "Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/", "main": "dist/index.js", "scripts": {