Skip to content

Commit d36702f

Browse files
committed
1.0.0
1 parent 4ca3f1d commit d36702f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-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 (v0.9.1)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.0)
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 (v0.9.1)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.0)
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 (v0.9.1)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.0)
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leeoniya/ufuzzy",
3-
"version": "0.9.1",
3+
"version": "1.0.0",
44
"description": "A tiny, efficient fuzzy matcher that doesn't suck",
55
"main": "./dist/uFuzzy.cjs.js",
66
"module": "./dist/uFuzzy.esm.js",
@@ -28,6 +28,7 @@
2828
"filter",
2929
"hint",
3030
"autocomplete",
31+
"typeahead",
3132
"sort"
3233
],
3334
"author": "Leon Sorokin <[email protected]>",

0 commit comments

Comments
 (0)