diff --git a/package.json b/package.json index 3bf872afd7..48e9b2378d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alasql", "description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV", - "version": "4.1.11", + "version": "4.2.0", "author": "Andrey Gershun ", "contributors": [ "Mathias Wulff " @@ -120,4 +120,4 @@ "pre-push": "yarn test-format || (echo please format using 'yarn format' && exit 1)" } } -} \ No newline at end of file +}