Skip to content

Commit

Permalink
chore(release): 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed Dec 23, 2021
1 parent 9918f67 commit e19c2d1
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.5.1](https://github.com/krisk/Fuse/compare/v6.5.0...v6.5.1) (2021-12-23)


### Bug Fixes

* rollback min node version ([9918f67](https://github.com/krisk/Fuse/commit/9918f67ba9b6b9b54e53576312fa33a51f428a9d))

## [6.5.0](https://github.com/krisk/Fuse/compare/v6.4.6...v6.5.0) (2021-12-22)


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

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
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
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1238,7 +1238,7 @@ class Fuse {
}
}

Fuse.version = '6.5.0';
Fuse.version = '6.5.1';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.basic.esm.min.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1455,7 +1455,7 @@
return Fuse;
}();

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.basic.min.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.common.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2240,7 +2240,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.d.ts
@@ -1,4 +1,4 @@
// Type definitions for Fuse.js v6.5.0
// Type definitions for Fuse.js v6.5.1
// TypeScript v4.5.4

export default Fuse
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1770,7 +1770,7 @@ class Fuse {
}
}

Fuse.version = '6.5.0';
Fuse.version = '6.5.1';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.esm.min.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2244,7 +2244,7 @@
return Fuse;
}();

Fuse$1.version = '6.5.0';
Fuse$1.version = '6.5.1';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.min.js
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.5.1 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2021 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"files": [
"dist"
],
"version": "6.5.0",
"version": "6.5.1",
"description": "Lightweight fuzzy-search",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit e19c2d1

Please sign in to comment.