diff --git a/package.json b/package.json index eb04494..e02a235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-parser", - "version": "4.1.0", + "version": "4.1.1", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "module": "dist/esm/index.js", @@ -85,4 +85,4 @@ }, "homepage": "https://github.com/taoqf/node-fast-html-parser", "sideEffects": false -} \ No newline at end of file +}