From 8111a9ccd8defc5f841106163302827adddb6899 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 12 Mar 2024 21:36:29 +0700 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d810c2..96f258c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-html", - "version": "3.0.0", + "version": "3.1.0", "description": "Check if a string is HTML", "license": "MIT", "repository": "sindresorhus/is-html",