From c2814e663008db23c45a01cb6fe4f50a391346a9 Mon Sep 17 00:00:00 2001 From: taoqf Date: Sun, 8 Mar 2020 18:32:19 +0800 Subject: [PATCH] v1.2.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 116fe0b..db99049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.2.9", + "version": "1.2.10", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts",