Skip to content

Commit 784ff0c

Browse files
committed
docs: update version
1 parent 50950b0 commit 784ff0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ For prototyping or learning purposes, you can use the latest version with:
4343
For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions:
4444

4545
```html
46-
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script>
46+
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.5.0"></script>
4747
```
4848

4949
If you are using native ES Modules, there is also an ES Modules compatible build:
5050

5151
```html
5252
<script type="module">
53-
import Fuse from 'https://cdn.jsdelivr.net/npm/fuse.js@6.4.6/dist/fuse.esm.js'
53+
import Fuse from 'https://cdn.jsdelivr.net/npm/fuse.js@6.5.0/dist/fuse.esm.js'
5454
</script>
5555
```
5656

@@ -66,8 +66,8 @@ version in your published site, replacing `fuse.js` with `fuse.min.js`. This is
6666
You can directly import `Fuse` as an ES module from the deno.land/x service:
6767

6868
```typescript
69-
// @deno-types="https://deno.land/x/fuse@v6.4.6/dist/fuse.d.ts"
70-
import Fuse from 'https://deno.land/x/fuse@v6.4.6/dist/fuse.esm.min.js'
69+
// @deno-types="https://deno.land/x/fuse@v6.5.0/dist/fuse.d.ts"
70+
import Fuse from 'https://deno.land/x/fuse@v6.5.0/dist/fuse.esm.min.js'
7171
```
7272

7373
<Donate />

0 commit comments

Comments
 (0)