Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Oct 18, 2023
1 parent 53de807 commit 55852b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/uFuzzy.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uFuzzy.js (μFuzzy)
* A tiny, efficient fuzzy matcher that doesn't suck
* https://github.com/leeoniya/uFuzzy (v1.0.10)
* https://github.com/leeoniya/uFuzzy (v1.0.11)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/uFuzzy.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uFuzzy.js (μFuzzy)
* A tiny, efficient fuzzy matcher that doesn't suck
* https://github.com/leeoniya/uFuzzy (v1.0.10)
* https://github.com/leeoniya/uFuzzy (v1.0.11)
*/

const cmp = new Intl.Collator('en').compare;
Expand Down
2 changes: 1 addition & 1 deletion dist/uFuzzy.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uFuzzy.js (μFuzzy)
* A tiny, efficient fuzzy matcher that doesn't suck
* https://github.com/leeoniya/uFuzzy (v1.0.10)
* https://github.com/leeoniya/uFuzzy (v1.0.11)
*/

var uFuzzy = (function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/uFuzzy.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leeoniya/ufuzzy",
"version": "1.0.10",
"version": "1.0.11",
"description": "A tiny, efficient fuzzy matcher that doesn't suck",
"main": "./dist/uFuzzy.cjs.js",
"module": "./dist/uFuzzy.esm.js",
Expand Down

0 comments on commit 55852b1

Please sign in to comment.