From afbeb7456f204a3200d7bc700954931c8e348c16 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 15 May 2025 08:56:05 +0000 Subject: [PATCH] 1.1.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5efadcb..24de3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartfuzzy", - "version": "1.1.9", + "version": "1.1.10", "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",