From 418434bf9d25b3b1865da764ea160a454d12f98f Mon Sep 17 00:00:00 2001 From: taoqf Date: Fri, 6 Aug 2021 08:14:42 +0800 Subject: [PATCH] v4.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18e153e..c32319d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "4.1.2", + "version": "4.1.3", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "module": "dist/esm/index.js",