From bf9c91dd00a3f22ca20db9a746a0ad62baf34f1b Mon Sep 17 00:00:00 2001 From: Kirollos Risk Date: Wed, 6 Feb 2019 22:37:44 -0800 Subject: [PATCH] Fuse now built via Webpack 4. Also fixes #280 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11a575b..77a87ff 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "kirollos@gmail.com", "url": "http://kiro.me" }, - "version": "3.3.1", + "version": "3.4.0", "description": "Lightweight fuzzy-search", "license": "Apache-2.0", "types": "./index.d.ts",