fix(documentation): Update documentation and migration guide with standardized method names and deprecation notices.

This commit is contained in:
2025-05-15 08:56:05 +00:00
parent a24a02fc97
commit 76926a2170
4 changed files with 29 additions and 12 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfuzzy',
version: '1.1.9',
version: '1.1.10',
description: 'A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.'
}