From a24a02fc9798fde5ca3dbf9f9076f07e8e92c13b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 12 May 2025 23:23:49 +0000 Subject: [PATCH] 1.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43f0687..5efadcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartfuzzy", - "version": "1.1.8", + "version": "1.1.9", "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",