Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Jan 23, 2023
1 parent 4ca3f1d commit d36702f
Show file tree
Hide file tree
Showing 5 changed files with 6 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 (v0.9.1)
* https://github.com/leeoniya/uFuzzy (v1.0.0)
*/

'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 (v0.9.1)
* https://github.com/leeoniya/uFuzzy (v1.0.0)
*/

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 (v0.9.1)
* https://github.com/leeoniya/uFuzzy (v1.0.0)
*/

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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leeoniya/ufuzzy",
"version": "0.9.1",
"version": "1.0.0",
"description": "A tiny, efficient fuzzy matcher that doesn't suck",
"main": "./dist/uFuzzy.cjs.js",
"module": "./dist/uFuzzy.esm.js",
Expand Down Expand Up @@ -28,6 +28,7 @@
"filter",
"hint",
"autocomplete",
"typeahead",
"sort"
],
"author": "Leon Sorokin <[email protected]>",
Expand Down

0 comments on commit d36702f

Please sign in to comment.