From 89f0c217840e5cbf7f26990d24b56cb97019e0c3 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Thu, 22 Jun 2017 12:30:42 +0800 Subject: [PATCH] v1.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e47dd89..b28a576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "1.1.4", + "version": "1.1.5", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts",