From 02357ad02b0ddfd16e2baea0a015a8a9fa3e6eb7 Mon Sep 17 00:00:00 2001 From: Tristan Jones Date: Wed, 4 Apr 2018 11:10:03 -0700 Subject: [PATCH] Increase to version 1.4.0 for new tokenize term and quoted term features --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f45f74..216691b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-query-parser", - "version": "1.3.0", + "version": "1.4.0", "description": "Parser for advanced search query syntax", "main": "index.js", "scripts": {