Skip to content

Commit

Permalink
fix: Fix reorder variant string length issues
Browse files Browse the repository at this point in the history
Depending on the order strings were given the recombined, ordered strings could have null/undefined in them due to bad logic. Refactor entire approach to be parameter order invariant.
  • Loading branch information
FoxxMD committed Jan 30, 2024
1 parent 7e032ca commit 5b0568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxxmd/string-sameness",
"version": "0.2.0",
"version": "0.3.0",
"description": "determine how closely the same two strings are",
"repository": "https://github.com/foxxmd/string-sameness",
"author": "FoxxMD",
Expand Down

0 comments on commit 5b0568c

Please sign in to comment.