Skip to content

Commit

Permalink
chore(release): 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed May 11, 2022
1 parent 1de1dff commit 32ff759
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [6.6.2](https://github.com/krisk/Fuse/compare/v6.6.1...v6.6.2) (2022-05-11)


### Bug Fixes

* value fetched at the end must be a string ([1de1dff](https://github.com/krisk/Fuse/commit/1de1dffa3f16992e21d817370e2b5d9611d3ad6d)), closes [#661](https://github.com/krisk/Fuse/issues/661)

### [6.6.1](https://github.com/krisk/Fuse/compare/v6.6.0...v6.6.1) (2022-05-06)


Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1453,7 +1453,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.6.1';
Fuse$1.version = '6.6.2';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1249,7 +1249,7 @@ class Fuse {
}
}

Fuse.version = '6.6.1';
Fuse.version = '6.6.2';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1457,7 +1457,7 @@
return Fuse;
}();

Fuse$1.version = '6.6.1';
Fuse$1.version = '6.6.2';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2216,7 +2216,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.6.1';
Fuse$1.version = '6.6.2';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Fuse.js v6.6.1
// Type definitions for Fuse.js v6.6.2
// TypeScript v4.5.4

export default Fuse
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1764,7 +1764,7 @@ class Fuse {
}
}

Fuse.version = '6.6.1';
Fuse.version = '6.6.2';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.6.1 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2220,7 +2220,7 @@
return Fuse;
}();

Fuse$1.version = '6.6.1';
Fuse$1.version = '6.6.2';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"files": [
"dist"
],
"version": "6.6.1",
"version": "6.6.2",
"description": "Lightweight fuzzy-search",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 32ff759

Please sign in to comment.