@quenty/fzy 5.15.0 → 5.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.15.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/fzy@5.15.0...@quenty/fzy@5.15.1) (2026-05-30)
7
+
8
+ **Note:** Version bump only for package @quenty/fzy
9
+
6
10
  # [5.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/fzy@5.14.0...@quenty/fzy@5.15.0) (2026-05-29)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/fzy",
3
- "version": "5.15.0",
3
+ "version": "5.15.1",
4
4
  "description": "Lua implementation of fzy string search algorithm",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
37
+ "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
38
38
  }
@@ -400,7 +400,7 @@ end
400
400
  The minimum score returned for normal matches.
401
401
 
402
402
  For matches that don't return [Fzy.getMinScore], their score will be greater
403
- than than this value.
403
+ than this value.
404
404
 
405
405
  @param config FzyConfig
406
406
  @return number