From 63bd25a7582d209b7997f0f4d3e5a6ea59a69bd2 Mon Sep 17 00:00:00 2001 From: taoqf Date: Tue, 10 Mar 2020 16:00:06 +0800 Subject: [PATCH] v1.2.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07f6512..a891b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.2.11", + "version": "1.2.12", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts",