From 283703ec78d31c7b4df256681ade29af64dbbc90 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 12 May 2025 13:37:34 +0000 Subject: [PATCH] 1.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 972daac..6f6b6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartfuzzy", - "version": "1.1.6", + "version": "1.1.7", "private": false, "description": "A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.", "main": "dist_ts/index.js",