Skip to content

Commit 29da139

Browse files
committed
1.0.6
1 parent 672885d commit 29da139

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.5)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.6)
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.5)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.6)
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.5)
7+
* https://github.com/leeoniya/uFuzzy (v1.0.6)
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leeoniya/ufuzzy",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A tiny, efficient fuzzy matcher that doesn't suck",
55
"main": "./dist/uFuzzy.cjs.js",
66
"module": "./dist/uFuzzy.esm.js",
@@ -39,6 +39,6 @@
3939
"homepage": "https://github.com/leeoniya/uFuzzy#readme",
4040
"devDependencies": {
4141
"@rollup/plugin-terser": "^0.4.0",
42-
"rollup": "^3.18.0"
42+
"rollup": "^3.19.0"
4343
}
4444
}

0 commit comments

Comments
 (0)