Skip to content

Commit 50950b0

Browse files
committed
chore(release): 6.5.0
1 parent f348174 commit 50950b0

13 files changed

+30
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.5.0](https://github.com/krisk/Fuse/compare/v6.4.6...v6.5.0) (2021-12-22)
6+
7+
8+
### Features
9+
10+
* **scoring:** field length norm weight ([a9e0080](https://github.com/krisk/Fuse/commit/a9e00804497a1bfd7a94040520417825c085c945))
11+
12+
13+
### Bug Fixes
14+
15+
* **typescript:** add config declaration to types ([2f4de0c](https://github.com/krisk/Fuse/commit/2f4de0c5ce061808f460de7f399b56a06539d4d5))
16+
517
### [6.4.6](https://github.com/krisk/Fuse/compare/v6.4.5...v6.4.6) (2021-01-05)
618

719

dist/fuse.basic.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1451,7 +1451,7 @@ var Fuse$1 = /*#__PURE__*/function () {
14511451
return Fuse;
14521452
}();
14531453

1454-
Fuse$1.version = '6.4.6';
1454+
Fuse$1.version = '6.5.0';
14551455
Fuse$1.createIndex = createIndex;
14561456
Fuse$1.parseIndex = parseIndex;
14571457
Fuse$1.config = Config;

dist/fuse.basic.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1238,7 +1238,7 @@ class Fuse {
12381238
}
12391239
}
12401240

1241-
Fuse.version = '6.4.6';
1241+
Fuse.version = '6.5.0';
12421242
Fuse.createIndex = createIndex;
12431243
Fuse.parseIndex = parseIndex;
12441244
Fuse.config = Config;

dist/fuse.basic.esm.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0

dist/fuse.basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1455,7 +1455,7 @@
14551455
return Fuse;
14561456
}();
14571457

1458-
Fuse$1.version = '6.4.6';
1458+
Fuse$1.version = '6.5.0';
14591459
Fuse$1.createIndex = createIndex;
14601460
Fuse$1.parseIndex = parseIndex;
14611461
Fuse$1.config = Config;

dist/fuse.basic.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0

dist/fuse.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -2240,7 +2240,7 @@ var Fuse$1 = /*#__PURE__*/function () {
22402240
return Fuse;
22412241
}();
22422242

2243-
Fuse$1.version = '6.4.6';
2243+
Fuse$1.version = '6.5.0';
22442244
Fuse$1.createIndex = createIndex;
22452245
Fuse$1.parseIndex = parseIndex;
22462246
Fuse$1.config = Config;

dist/fuse.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Fuse.js v6.4.6
1+
// Type definitions for Fuse.js v6.5.0
22
// TypeScript v4.5.4
33

44
export default Fuse

dist/fuse.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1770,7 +1770,7 @@ class Fuse {
17701770
}
17711771
}
17721772

1773-
Fuse.version = '6.4.6';
1773+
Fuse.version = '6.5.0';
17741774
Fuse.createIndex = createIndex;
17751775
Fuse.parseIndex = parseIndex;
17761776
Fuse.config = Config;

dist/fuse.esm.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0

0 commit comments

Comments
 (0)