From 9fcf7fe36187dcf3532b40e61175a9c81120b9e7 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Wed, 14 Jun 2017 17:29:14 +0800 Subject: [PATCH] 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dd200c..2af7dc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.1.1", + "version": "1.1.2", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts",