From 09a31346f4cf396e1cf300a51c5f7e61e8406cb4 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 17 Aug 2019 12:19:59 -0400 Subject: [PATCH] v0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0777337..42a2a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-table-to-json", - "version": "0.4.0", + "version": "0.4.1", "description": "Extracts all tables within a provided html snippet and converts them to JSON objects.", "license": "MIT", "types": "index.d.ts",