From eda0281d4e73e4f3b2308c67072e762090080d5c Mon Sep 17 00:00:00 2001 From: taoqf Date: Sun, 8 Mar 2020 14:42:17 +0800 Subject: [PATCH] v1.2.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48675a9..116fe0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.2.8", + "version": "1.2.9", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -64,4 +64,4 @@ "url": "https://github.com/taoqf/node-fast-html-parser/issues" }, "homepage": "https://github.com/taoqf/node-fast-html-parser" -} \ No newline at end of file +}