From 659cb85c6ce8fae9469482cc5ed01d6a3a18d59e Mon Sep 17 00:00:00 2001 From: taoqf Date: Mon, 16 Jul 2018 15:07:55 +0800 Subject: [PATCH] 1.1.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17e5041..f0c06b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.1.6", + "version": "1.1.7", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -58,4 +58,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 +}