From 3942547da8643654e45ff11d15fc809750983156 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Mon, 23 May 2022 13:49:13 +0200 Subject: [PATCH] cut 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6302bc..cecc57e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nexucis/fuzzy", - "version": "0.4.0", + "version": "0.4.1", "description": "small, standalone fuzzy search / fuzzy filter. browser or node", "module": "dist/index.js", "main": "dist/cjs/index.js",