Skip to content

Commit 6a91c20

Browse files
committed
1.0.9
1 parent e7fe219 commit 6a91c20

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/uFuzzy.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uFuzzy.js (μFuzzy)
66
* A tiny, efficient fuzzy matcher that doesn't suck
7-
* https://github.com/leeoniya/uFuzzy (v1.0.8)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.9)
88
*/
99

1010
'use strict';

dist/uFuzzy.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uFuzzy.js (μFuzzy)
66
* A tiny, efficient fuzzy matcher that doesn't suck
7-
* https://github.com/leeoniya/uFuzzy (v1.0.8)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.9)
88
*/
99

1010
const cmp = new Intl.Collator('en').compare;

dist/uFuzzy.iife.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* uFuzzy.js (μFuzzy)
66
* A tiny, efficient fuzzy matcher that doesn't suck
7-
* https://github.com/leeoniya/uFuzzy (v1.0.8)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.9)
88
*/
99

1010
var uFuzzy = (function () {

dist/uFuzzy.iife.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leeoniya/ufuzzy",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A tiny, efficient fuzzy matcher that doesn't suck",
55
"main": "./dist/uFuzzy.cjs.js",
66
"module": "./dist/uFuzzy.esm.js",

0 commit comments

Comments
 (0)