From af529f9860dd6374144e4044d59bdc64374224ee Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Tue, 13 Aug 2024 08:52:08 +0200 Subject: [PATCH] chore: name as patch --- .changeset/link-href-parsing-fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/link-href-parsing-fix.md b/.changeset/link-href-parsing-fix.md index 97b2bdb5f..f4fa03dea 100644 --- a/.changeset/link-href-parsing-fix.md +++ b/.changeset/link-href-parsing-fix.md @@ -1,5 +1,5 @@ --- -"@tiptap/extension-link": fix +"@tiptap/extension-link": patch --- Fixes a bug where link `href` was converted to number or boolean during HTML parsing, leading to a crash in rendering.